Ticket #8 (closed task: fixed)

Opened 1 year ago

Last modified 9 months ago

simplify scenegraph

Reported by: ChristianK Assigned to: ChristianK
Priority: major Milestone: 0.3
Component: scenegraph Version: svn
Keywords: Cc:

Change History

06/26/07 23:43:17 changed by clayasaurus

  • milestone changed from 0.2 to 0.3.

Hrm... I'm not sure what needs to be done here. Moved to v.3.

10/01/07 11:25:59 changed by ChristianK

  • status changed from new to closed.
  • resolution set to fixed.
  • summary changed from simplify and add convenience methods to scenegraph to simplify scenegraph.

I got rid of composite nodes and multiple parent nodes.

Frame has become Image and does go into the scenegraph anymore. Instead, Image can create small wrapper nodes that live in the scenegraph. Thus, both Image and LinearAnimation? describe something and can produce nodes that draw it.

I don't think it can get simpler than that.