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  
IAlphaMaterial — Interface in package sandy.materials
Interface for setting and getting alpha on a material.
IAttributes — Interface in package sandy.materials.attributes
Interface for all the elements that represent a material attribute property.
id — Constant property in class sandy.core.data.Polygon
[READ-ONLY] property Unique polygon ID Number.
id — Constant property in class sandy.core.data.Vertex
id — Constant property in class sandy.core.scenegraph.Node
The unique id of this node in the node graph.
id — Property in class sandy.materials.Material
The unique id of this material.
identity() — Method in class sandy.core.data.Matrix4
Makes this matrix into an identity matrix.
IDepthSorter — Interface in package sandy.core.sorters
IDisplayable — Interface in package sandy.core.scenegraph
The IDisplayable interface should be implemented by all visible objects.
indexTimes(p_sStr, p_sSubstr, p_nOccur, p_nStart) — Static method in class sandy.util.StringUtil
Returns the index of the Nth occurance of sub string.
_init() — Method in class sandy.core.interaction.TextLink
init() — Method in class sandy.core.scenegraph.Geometry3D
Not used in this version.
init(p_oPolygon:sandy.core.data:Polygon) — Method in class sandy.materials.BitmapMaterial
init(p_oPolygon:sandy.core.data:Polygon) — Method in class sandy.materials.Material
Calls init method of the MaterialAttributes associated with this material.
init(p_oPolygon:sandy.core.data:Polygon) — Method in class sandy.materials.attributes.AAttributes
Allows to proceed to an initialization to know when the polyon isn't lined to the material.
init(p_oPolygon:sandy.core.data:Polygon) — Method in class sandy.materials.attributes.MaterialAttributes
Allows all attributes to proceed to an initialization to know when the polyon isn't lined to the material.
INIT — Constant static property in class sandy.parser.ParserEvent
Defines the value of the type property of a onInitEVENT event object.
initFrame() — Method in class sandy.core.scenegraph.ATransformable
Initiates the local coordinate system for this object.
initialized — Constant static property in class sandy.math.FastMath
Whether this class has been initialized.
INodeOperation — Interface in package sandy.core.scenegraph
Interface for node operations.
INSIDE — Constant static property in class sandy.view.CullingState
Specifies that the object completely inside the frustum and should be rendered.
INSIDE — Constant static property in class sandy.view.Frustum
Alias of CullingState.INSIDE.
interactWithTexture(p_oPoly:sandy.core.data:Polygon, p_uvTexture:sandy.core.data:UVCoord, p_event) — Method in class sandy.core.interaction.VirtualMouse
INTERSECT — Constant static property in class sandy.view.CullingState
Specifies that the object intersects one or more planes of the frustum and should be partly rendered.
INTERSECT — Constant static property in class sandy.view.Frustum
Alias of CullingState.INTERSECT.
intersectionBSphere(p_oBSphereA:sandy.bounds:BSphere, p_oBSphereB:sandy.bounds:BSphere) — Static method in class sandy.math.IntersectionMath
Determines whether two bounding spheres intersect.
intersectionLine2D(p_oPointA, p_oPointB, p_oPointC, p_oPointD) — Static method in class sandy.math.IntersectionMath
Finds the intersection point of two 2D lines.
intersectionLine3D(p_oPointA:sandy.core.data:Vector, p_oPointB:sandy.core.data:Vector, p_oPointC:sandy.core.data:Vector, p_oPointD:sandy.core.data:Vector) — Static method in class sandy.math.IntersectionMath
Computes the smallest distance between two 3D lines.
IntersectionMath — Final class in package sandy.math
An util class with static method which provides useful functions related to intersection.
inverse() — Method in class sandy.core.data.Matrix4
Return the inverse of the matrix passed in parameter.
INVERT_MODEL_MATRIX — Constant static property in class sandy.core.SandyFlags
invModelMatrix — Property in class sandy.core.scenegraph.Camera3D

Inverse of the model matrix This is apply at the culling phasis The matrix is inverted in comparison of the real model view matrix.
This allows replacement of the objects in the correct camera frame before projection

invModelMatrix — Property in class sandy.core.scenegraph.Shape3D
This property will remains null until a material needs it, defining the SandyFlag INVERT_MODEL_MATRIX In that case, that property will return the invert model matrix on that node
invProjectionMatrix — Property in class sandy.core.scenegraph.Camera3D
Returns the inverse of the projection matrix of this camera.
IParser — Interface in package sandy.parser
The IParser interface defines the interface that parser classes such as ColladaParser must implement.
isClipped — Property in class sandy.core.data.Polygon
[READ-ONLY] property.
isFlipped — Property in class sandy.core.scenegraph.Sound3D
Returns true if the stereo panorama is mirrored, flipPan have to be true to enable stereo flipping
isParent(p_oNode:sandy.core.scenegraph:Node) — Method in class sandy.core.scenegraph.Node
Tests if the node passed in the argument is parent of this node.
isPointInTriangle2D(p_oPoint, p_oA, p_oB, p_oC) — Static method in class sandy.math.IntersectionMath
Determines if a point is within a triangle.
isRegistered(key) — Method in class sandy.core.SceneLocator
Check if a scene with the specified name is registered.
isRegistered(listener, type) — Method in class sandy.events.EventBroadcaster
Determines whether a listener is registered to the event broadcaster.
isRegistered(p_oMaterial:sandy.materials:Material) — Method in class sandy.materials.MaterialManager
isZero(p_nN) — Static method in class sandy.util.NumberUtil
Determines if a number is regarded as zero.
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