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
Here is a small FAQ to quickly help you in your dev, but a lot of examples are provided with the framework. Also, feel free to ask your questions or request for more features, we'll be glad to help you :)
-> 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