-
Notifications
You must be signed in to change notification settings - Fork 165
Changes in V3.2
Lindsay Kay edited this page Aug 22, 2013
·
12 revisions
This document is work in progress for next release
SceneJS V3.2 adds more capabilities for custom node plugins, such as task tracking and pub/sub.
- Custom node types can signal start and completion/failure of asynch tasks (eg. data loading) - demo
- Custom node types can publish data for subscribers - demo
- RequireJS now built in to SceneJS, so that custom node types can load any 3rd-party libraries they need - demo
- Import geometry from Wavefront .OBJ - demo
- Custom node that captures and publishes images of the canvas - demo