Showing results for
on wonderlandengine.com...Dual Quaternion Scene Graph
While conventional scene graphs are implemented using matrices, Wonderland Engine’s scene graph uses dual quaternions.
Dual quaternions require only...
While conventional scene graphs are implemented using matrices, Wonderland Engine’s scene graph uses dual quaternions.
Dual quaternions require only...
...It doesn’t provide scene graphs, physics, scripting or asset pipelines, so you’re on your own when building larger experiences. Wonderland Engine is...
Object3D
Scene graph object.
Node in the scene graph or “entity”. Consists of transformation and a reference to its parent object. Usually holds components...
Scene graph object.
Node in the scene graph or “entity”. Consists of transformation and a reference to its parent object. Usually holds components...
...Any JavaScript code will run on the CPU to prepare draw calls, perform resource loading, simulate physics, render audio and compute scene graph transformations...