forked from GwennaelBuchet/SceneGraph.js
-
Notifications
You must be signed in to change notification settings - Fork 0
How To ?
GwennaelBuchet edited this page Aug 31, 2012
·
3 revisions
-> Use the template project to create your own. A project is a Javascript file that extends the CGSGScene class
-> You can easily extend the framework to create your own node (if needed). Use the template node file to create your own. Basically, you just have to fulfill :
- the constructor ('initialize' method) if your node encapsulates its own attributes,
- and tre render method to render your node