A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
b — Property in class sandy.core.data.Plane
back — Property in class sandy.primitive.SkyBox
The back plane of the SkyBox.
BACK — Constant static property in class sandy.parser.Parser3DSChunkTypes
backMaterial — Property in class sandy.materials.Appearance
The back material held by this appearance.
BBox — Class in package sandy.bounds
The BBox object is used to clip the object faster.
BBox(p_min:sandy.core.data:Vector, p_max:sandy.core.data:Vector) — Constructor in class sandy.bounds.BBox
Creates a new BBox instance by passing the min and the max Vector.
begin(p_oScene:sandy.core:Scene3D) — Method in class sandy.materials.Material
Calls begin method of the MaterialAttributes associated with this material.
begin(p_oScene:sandy.core:Scene3D) — Method in class sandy.materials.MaterialManager
begin(p_oScene:sandy.core:Scene3D) — Method in class sandy.materials.attributes.AAttributes
Method called before the display list rendering.
begin(p_oScene:sandy.core:Scene3D) — Method in class sandy.materials.attributes.MaterialAttributes
Method called before the display list rendering.
BezierPath — Class in package sandy.core.data
A 3D Bézier path.
BezierPath() — Constructor in class sandy.core.data.BezierPath
Creates a new Bézier path.
BezierUtil — Class in package sandy.util
Utility class for Bézier calculations.
BITMAP — Constant static property in class sandy.materials.MaterialType
Constant value representing the BitmapMaterial
BitmapMaterial — Class in package sandy.materials
Displays a bitmap on the faces of a 3D shape.
BitmapMaterial(p_oTexture, p_oAttr:sandy.materials.attributes:MaterialAttributes, p_nPrecision) — Constructor in class sandy.materials.BitmapMaterial
Creates a new BitmapMaterial.
BitmapUtil — Class in package sandy.util
Utility class for Bitmap calculations.
blurAmount — Property in class sandy.materials.attributes.MediumAttributes
Maximum amount of blur to add.
BOGUS — Constant static property in class sandy.parser.Parser3DSChunkTypes
bottom — Property in class sandy.primitive.SkyBox
The bottom plane of the SkyBox.
BOTTOM — Constant static property in class sandy.parser.Parser3DSChunkTypes
BOTTOM — Constant static property in class sandy.view.Frustum
Specifies the index of the bottom plane of the frustum in the aPlanes array.
boundingBox — Property in class sandy.core.scenegraph.Node
The bounding box of this node IMPORTANT: Do not modify it unless you perfectly know what you are doing
boundingSphere — Property in class sandy.core.scenegraph.Node
The bounding sphere of this node IMPORTANT: Do not modify it unless you perfectly know what you are doing
Box — Class in package sandy.primitive
The Box class is used for creating a cube or box primitive ( cuboid ).
Box(p_sName, p_nWidth, p_nHeight, p_nDepth, p_sMode, p_nQuality) — Constructor in class sandy.primitive.Box
Creates a Box primitive.
boxInFrustum(box:sandy.bounds:BBox) — Method in class sandy.view.Frustum
Returns the culling state for the passed bounding box.
broadcaster — Property in class sandy.core.data.Polygon
The broadcaster property.
broadcaster — Property in class sandy.core.scenegraph.Node
The broadcaster

The broadcaster is used to send events to listeners.
This property is a BubbleEventBroadcaster.

broadcastEvent(e) — Method in class sandy.events.EventBroadcaster
Broadcasts an event.
BSphere — Final class in package sandy.bounds
The BSphere object is used to clip the object faster.
BSphere() — Constructor in class sandy.bounds.BSphere

Create a new BSphere instance.

BubbleEvent — Class in package sandy.events
BubbleEvent defines a custom event type to work with.
BubbleEvent(e, oT) — Constructor in class sandy.events.BubbleEvent
Creates a new BubbleEvent instance.
BubbleEventBroadcaster — Final class in package sandy.events
BubbleEventBroadcaster defines a custom event broadcaster to work with.
BubbleEventBroadcaster() — Constructor in class sandy.events.BubbleEventBroadcaster
Constructor.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z