Anonymous | Login | 01-17-2021 04:02 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
0001412 | [Croquet] Any | trivial | always | 07-05-05 22:11 | 07-05-05 22:32 | |||||||
Reporter | elenzil | View Status | public | |||||||||
Assigned To | ||||||||||||
Priority | normal | Resolution | open | |||||||||
Status | new | |||||||||||
Summary | 0001412: redundant code in TeapotMorph: initializaeActiveCamera and makeCamera | |||||||||||
Description |
.. it seems that initializeActiveCamera should probably be calling makeCamera instead of duplicating its functionality. making discrete methods for the camera creation is great. i'd love to see something similar for the avatar. |
|||||||||||
Additional Information |
current code: ------------------------------------------------------------------------- initializeActiveCamera "makes it easy for subclasses to have different cameras w/out messing w/full init code" activeCamera _ TUserCamera new initializeWithViewPort: self. activeCamera addOverlays. activeCamera viewClip: false. ------------------------------------------------------------------------- makeCamera activeCamera _ TUserCamera new initializeWithViewPort: self. ------------------------------------------------------------------------- |
|||||||||||
Attached Files | ||||||||||||
|
![]() |
|||
Date Modified | Username | Field | Change |
07-05-05 22:11 | elenzil | New Issue | |
07-05-05 22:32 | howardstearns | Note Added: 0001715 |
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
32 total queries executed. 27 unique queries executed. |