20,741
edits
m (+animations) |
|||
| Line 16: | Line 16: | ||
== CanvasAnimation == | == CanvasAnimation == | ||
{{Note|For the time being this is probably the most important addition from a performance standpoint, because it will help dramatically reduce Nasal related overhead in the main loop, while also using native OSG data structures for handling animations.}} | |||
Animations are currently not handled by any Canvas/OSG code directly - instead, Nasal callbacks (using timers and listeners) are used to emulate animations. | Animations are currently not handled by any Canvas/OSG code directly - instead, Nasal callbacks (using timers and listeners) are used to emulate animations. | ||
| Line 41: | Line 43: | ||
|description=Stub for exposing OSG animation support as a dedicated Canvas element | |description=Stub for exposing OSG animation support as a dedicated Canvas element | ||
}} | }} | ||
== CanvasShapefile == | == CanvasShapefile == | ||