SceneGraphWrappers Extension¶
Fabric Engine version 2.4.0
Copyright (c) 2010-2017 Fabric Software Inc. All rights reserved.
The SceneGraphWrappers extension provides various built-in wrappers for defining common behaviors for SceneGraph objects.
See SGBaseObjectWrapper for the definition of a scene graph object wrapper.
See SceneHub for a global picture of the SceneGraph, the Scene Assembly and the RealTime Renderer.
Here are some of the included wrappers:
- The
SGTransformed
wrapper, which manages the transform and bounding box of the associated object, and defines a localTransform, localBBox, globalTransform and globalBBox property. - The
SGInstance
,SGInstanceGroup
andSGInstanceArray
wrappers, allowing to specify one or many children objects. - The
SGPointLight
,SGSpotLight
andSGDirectionalLight
, which allow to define the properties of base light types.