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  
_p — Property in class sandy.core.scenegraph.ATransformable
pan — Property in class sandy.core.scenegraph.ATransformable
Pans this object around the local y axis.
parent — Property in class sandy.core.scenegraph.Node
The parent node of this node.
parent — Property in class sandy.events.BubbleEventBroadcaster
The parent of this broadcaster.
parse() — Method in class sandy.parser.AParser
Load the file that needs to be parsed.
parse() — Method in interface sandy.parser.IParser
This method starts the parsing process.
Parser — Final class in package sandy.parser
The Parser factory class creates instances of parser classes.
Parser3DS — Final class in package sandy.parser
Transforms a 3DS file into Sandy geometries.
Parser3DS(p_sUrl, p_nScale) — Constructor in class sandy.parser.Parser3DS
Creates a new Parser3DS instance.
Parser3DSChunkTypes — Final class in package sandy.parser
Static class that defines the chunks offsets of 3DS file.
ParserEvent — Final class in package sandy.parser
Events that are used by the parser classes.
ParserEvent(p_sType) — Constructor in class sandy.parser.ParserEvent
The ParserEvent constructor
ParserStack — Class in package sandy.parser
ParserStack utility class.
ParserStack() — Constructor in class sandy.parser.ParserStack
Constructor.
parserstack_complete — Event in class sandy.parser.ParserStack
Dispatched when the parsing process is complete.
parserstack_error — Event in class sandy.parser.ParserStack
Dispatched when an error occurs in the parsing process.
parserstack_progress — Event in class sandy.parser.ParserStack
Dispatched when data is received as the parsing progresses.
PARSING — Constant static property in class sandy.parser.ParserEvent
Defines the value of the type property of a onParsingEVENT event object.
percent — Property in class sandy.parser.ParserEvent
The percent of the loading that is complete.
perform(p_iOperation:sandy.core.scenegraph:INodeOperation) — Method in class sandy.core.scenegraph.Node
Performs an operation on this node and all of its children.
performOnEntry(p_oNode:sandy.core.scenegraph:Node) — Method in interface sandy.core.scenegraph.INodeOperation
Operation to be performed on node entry
performOnExit(p_oNode:sandy.core.scenegraph:Node) — Method in interface sandy.core.scenegraph.INodeOperation
Operation to be performed on node exit
PhongAttributes — Final class in package sandy.materials.attributes
Realize a Phong shading on a material.
PhongAttributes(p_bBright, p_nAmbient, p_nQuality, p_nSamples) — Constructor in class sandy.materials.attributes.PhongAttributes
Create the PhongAttributes object.
PhongAttributesLightMap — Final class in package sandy.materials.attributes
A lightmap used for some of the shaders.
PI — Static property in class sandy.util.NumberUtil
Math constant pi.
PIVOT — Constant static property in class sandy.parser.Parser3DSChunkTypes
Plane — Final class in package sandy.core.data
A plane in 3D space.
Plane(p_nA, p_nB, p_nC, p_nd) — Constructor in class sandy.core.data.Plane
Creates a new Plane instance.
Plane3D — Class in package sandy.primitive
The Plane3D is used for creating a plane primitive.
Plane3D(p_sName, p_nHeight, p_nWidth, p_nQualityH, p_nQualityV, p_sType, p_sMode) — Constructor in class sandy.primitive.Plane3D
Creates a Plane primitive.
PlaneMath — Class in package sandy.math
Math functions for planes.
play(p_nStartTime, p_iLoops, p_nLoopStartTime, p_bResume) — Method in class sandy.core.scenegraph.Sound3D
Start Sound sources of type Sound or UrlRequest.
point — Property in class sandy.events.Shape3DEvent
Real 3D position of the point under mouse click position.
pointInFrustum(p_oPoint:sandy.core.data:Vector) — Method in class sandy.view.Frustum
Returns the culling state for the passed point.
polygon — Property in class sandy.events.Shape3DEvent
Polygon that has been clicked.
Polygon — Final class in package sandy.core.data
Polygon's are the building blocks of visible 3D shapes.
Polygon(p_oOwner:sandy.core.scenegraph:Shape3D, p_geometry:sandy.core.scenegraph:Geometry3D, p_aVertexID, p_aUVCoordsID, p_nFaceNormalID, p_nEdgesID) — Constructor in class sandy.core.data.Polygon
Creates a new polygon.
POLYGON_MAP — Static property in class sandy.core.data.Polygon
This property lists all the polygons.
POLYGON_NORMAL_WORLD — Constant static property in class sandy.core.SandyFlags
position — Property in class sandy.bounds.BSphere
POSITIVE — Constant static property in class sandy.math.PlaneMath
Specifies a positive distance from a vector to a plane.
POS_TRACK_TAG — Constant static property in class sandy.parser.Parser3DSChunkTypes
pow(pow) — Method in class sandy.core.data.Vector
Raises this vector to the specified power.
pow(pow) — Method in class sandy.core.data.Vertex
Raises the vertex to the specified power.
pow(p_oV:sandy.core.data:Vector, p_nExp) — Static method in class sandy.math.VectorMath
Computes the power of a 3D vector.
precision — Property in class sandy.materials.BitmapMaterial
Precision of the bitmap mapping.
PRECISION — Constant static property in class sandy.math.FastMath
The precision of the lookup table.
PRECISION_DIV_2PI — Constant static property in class sandy.math.FastMath
PRECISION / TWO_PI.
PRECISION_S — Constant static property in class sandy.math.FastMath
PRECISION - 1.
precompute() — Method in class sandy.core.data.Polygon
Pre-compute several properties of the polygon in the same time.
primitive — Property in class sandy.core.data.PrimitiveFace
Primitive3D — Interface in package sandy.primitive
An interface implemented by all 3D primitive classes.
PrimitiveFace — Final class in package sandy.core.data
PrimitiveFace is a tool for generated primitive, allowing users (for some specifics primitives) to get the face polygon array to have an easier manipulation.
PrimitiveFace(p_iPrimitive:sandy.core.scenegraph:Shape3D) — Constructor in class sandy.core.data.PrimitiveFace
PrimitiveFace class This class is a tool for the primitives.
PrimitiveMode — Final class in package sandy.primitive
The PrimitiveMode class defines modes of creation for some primitives.
progress — Property in class sandy.parser.ParserStack
The percent of the loading that is complete.
PROGRESS — Constant static property in class sandy.parser.ParserEvent
Defines the value of the type property of a onProgressEVENT event object.
PROGRESS — Constant static property in class sandy.parser.ParserStack
Defines the value of the type property of a parserstack_progress event object.
projectArray(p_oList) — Method in class sandy.core.scenegraph.Camera3D

Project the vertices list given in parameter.

projected — Property in class sandy.core.data.Vertex
State if that vertex has been projected or not.
projectionMatrix — Property in class sandy.core.scenegraph.Camera3D
Returns the projection matrix of this camera.
projectVertex(p_oVertex:sandy.core.data:Vertex) — Method in class sandy.core.scenegraph.Camera3D

Project the vertex passed as parameter.

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