Ticket #956 (closed task: fixed)
move transform calls to models, add properties to adjust behavior
| Reported by: | ArcRiley | Owned by: | ArcRiley |
|---|---|---|---|
| Priority: | Medium | Milestone: | beta3 |
| Component: | soy.models | Version: | Trunk |
| Keywords: | Cc: |
Description
currently Scene calls each Body._render, which performs it's translation and then calls it's ._model._render
This poses a hurdle for models like Billboard, which have to correct this translation. Further, the above sequence uses a function call (to _body) which does very little in itself.
Instead, Model._render should be called directly from the Scene. Special translation modes, such as billboarding, should be a property which many models can set independent of what they actually render.
Change History
Note: See
TracTickets for help on using
tickets.



