SceneGraphWrappers Extension

../../_images/FE_logo_345_60.png
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 and SGInstanceArray wrappers, allowing to specify one or many children objects.
  • The SGPointLight, SGSpotLight and SGDirectionalLight, which allow to define the properties of base light types.

Table of Contents

Indices and Tables