Opened 11 years ago
Closed 8 years ago
#39 closed defect (wontfix)
Decrease CPU usage to zero when nothing happens
Reported by: | Maciej Komosinski | Owned by: | mmichalski |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | javascript f0 viewer | Version: | |
Keywords: | Cc: |
Description
Looks like now it re-paints the scene continuously. The scene should only be repainted when it changes (e.g. because of rotation of the 3D object or other user input) or when the browser requests repaint (e.g. the control has been resized).
Note: See
TracTickets for help on using
tickets.
A new js-based Framsticks 3D editor is available and this problem does not exist in the new editor.