The PlaneSequenceGeometry node class. More...
#include "murl_graph_plane_sequence_geometry.h"
Additional Inherited Members | |
Public Types inherited from Murl::IFactoryObject< INode > | |
using | ClassInfoArray = Array< const ClassInfo * > |
Definition of an array of ClassInfo objects. | |
Public Member Functions inherited from Murl::IFactoryObject< INode > | |
~IFactoryObject () override | |
The destructor. | |
virtual const ClassInfo * | GetObjectClassInfo () const=0 |
Get the object instance's class info, if present. More... | |
virtual void | ResetObjectProperties ()=0 |
Reset the object instance's properties to their default values. | |
Static Public Member Functions inherited from Murl::IFactoryObject< INode > | |
static const PropertyInfo * | GetPropertyInfo () |
Get the class' property info struct. More... | |
static const AttributeInfo * | GetAttributeInfo () |
Get the class' attribute info struct. More... | |
static void | ResetProperties (IFactoryObject< INode > *object) |
Reset an object instance's properties to their default values. More... | |
Detailed Description
The PlaneSequenceGeometry node class.
XML Elements
- XML Graph Node Attributes:
-
materialSlot="0" [SInt32]
The material slot to use for rendering. See Murl::Graph::IDrawable::SetMaterialSlot().
parametersSlot="0" [SInt32]
The parameters' slot to use for rendering. See Murl::Graph::IDrawable::SetParametersSlot().
textureSlots="{0}" [SInt32Array]
An array of texture slots to use for rendering. See Murl::Graph::IDrawable::SetTextureSlot().
textureSlot.N="0" [SInt32]
A single texture slot to use for rendering. See Murl::Graph::IDrawable::SetTextureSlot().
bufferAccessMode="DEFAULT" [IEnums::BufferAccessMode]
The internal video buffer access mode. See Murl::Graph::IDrawable::SetBufferAccessMode().
maxNumberOfLightStages="1" [UInt32]
The maximum number of light stages to render. See Murl::Graph::IDrawable::SetMaxNumberOfLightStages().
enableViewCulling="true" [Bool]
Enable/disable view culling. See Murl::Graph::IDrawable::SetViewCullingEnabled().
allowDynamicBatching="true" [Bool]
Allow/disallow dynamic batching. See Murl::Graph::IDrawable::SetDynamicBatchingAllowed().
hasNormal="false" [Bool]
If true, the plane sequence geometry stores normal vector information for rendering. See Murl::Graph::IPlaneSequenceGeometry::AddAttribute().
hasBinormal="false" [Bool]
If true, the plane sequence geometry stores binormal vector information for rendering. See Murl::Graph::IPlaneSequenceGeometry::AddAttribute().
hasTangent="false" [Bool]
If true, the plane sequence geometry stores tangent vector information for rendering. See Murl::Graph::IPlaneSequenceGeometry::AddAttribute().
hasColor="false" [Bool]
If true, the plane sequence geometry stores per-vertex color information for rendering. See Murl::Graph::IPlaneSequenceGeometry::AddAttribute().
hasTexCoord0="true" [Bool]
If true, the plane sequence geometry stores channel 0 texture coordinates for rendering. See Murl::Graph::IPlaneSequenceGeometry::AddAttribute().
hasTexCoord1="false" [Bool]
If true, the plane sequence geometry stores channel 1 texture coordinates for rendering. See Murl::Graph::IPlaneSequenceGeometry::AddAttribute().
scaleFactor="1.0" [Real]
The combined X and Y scale factor. See Murl::Graph::IScalable::SetScaleFactor().
scaleFactorX="1.0" [Real]
The X scale factor. See Murl::Graph::IScalable::SetScaleFactorX().
scaleFactorY="1.0" [Real]
The Y scale factor. See Murl::Graph::IScalable::SetScaleFactorY().
textureSizes="" [RealArray]
A comma-separated list of combined texture reference X and Y dimensions, one for each tex coord set. See Murl::Graph::IPlaneGeometry::SetTextureSize().
textureSizesX="" [RealArray]
A comma-separated list of texture reference X dimensions, one for each tex coord set. See Murl::Graph::IPlaneGeometry::SetTextureSizeX().
textureSizesY="" [RealArray]
A comma-separated list of texture reference Y dimensions, one for each tex coord set. See Murl::Graph::IPlaneGeometry::SetTextureSizeY().
texCoordsX1="" [RealArray]
A comma-separated list of texture coordinate X start values, one for each tex coord set. See Murl::Graph::IPlaneGeometry::SetTexCoordX1().
texCoordsY1="" [RealArray]
A comma-separated list of texture coordinate Y start values, one for each tex coord set. See Murl::Graph::IPlaneGeometry::SetTexCoordY1().
texCoordsX2="" [RealArray]
A comma-separated list of texture coordinate X end values, one for each tex coord set. See Murl::Graph::IPlaneGeometry::SetTexCoordX2().
texCoordsY2="" [RealArray]
A comma-separated list of texture coordinate Y end values, one for each tex coord set. See Murl::Graph::IPlaneGeometry::SetTexCoordY1().
textureSize="1.0" [Real]
The common combined texture reference X and Y dimension for all tex coord sets. See Murl::Graph::IPlaneGeometry::SetTextureSize().
textureSizeX="1.0" [Real]
The common texture reference X dimension for all tex coord sets. See Murl::Graph::IPlaneGeometry::SetTextureSizeX().
textureSizeY="1.0" [Real]
The common texture reference Y dimension for all tex coord sets. See Murl::Graph::IPlaneGeometry::SetTextureSizeY().
texCoordX1="0.0" [Real]
The common texture coordinate X start value for all tex coord sets. See Murl::Graph::IPlaneGeometry::SetTexCoordX1().
texCoordY1="0.0" [Real]
The common texture coordinate Y start value for all tex coord sets. See Murl::Graph::IPlaneGeometry::SetTexCoordY1().
texCoordX2="1.0" [Real]
The common texture coordinate X end value for all tex coord sets. See Murl::Graph::IPlaneGeometry::SetTexCoordX2().
texCoordY2="1.0" [Real]
The common texture coordinate Y end value for all tex coord sets. See Murl::Graph::IPlaneGeometry::SetTexCoordY1().
textureSize.N="1.0" [Real]
The combined texture reference X and Y dimension for tex coord set N. See Murl::Graph::IPlaneGeometry::SetTextureSize().
textureSizeX.N="1.0" [Real]
The texture reference X dimension for tex coord set N. See Murl::Graph::IPlaneGeometry::SetTextureSizeX().
textureSizeY.N="1.0" [Real]
The texture reference Y dimension for tex coord set N. See Murl::Graph::IPlaneGeometry::SetTextureSizeY().
texCoordX1.N="0.0" [Real]
The texture coordinate X start value for tex coord set N. See Murl::Graph::IPlaneGeometry::SetTexCoordX1().
texCoordY1.N="0.0" [Real]
The texture coordinate Y start value for tex coord set N. See Murl::Graph::IPlaneGeometry::SetTexCoordY1().
texCoordX2.N="1.0" [Real]
The texture coordinate X end value for tex coord set N. See Murl::Graph::IPlaneGeometry::SetTexCoordX2().
texCoordY2.N="1.0" [Real]
The texture coordinate Y end value for tex coord set N. See Murl::Graph::IPlaneGeometry::SetTexCoordX2().
border="0.0" [Real]
The horizontal and vertical alignment borders. See Murl::Graph::IPlaneSequenceGeometry::SetBorder().
borderX="0.0" [Real]
The horizontal alignment border. See Murl::Graph::IPlaneSequenceGeometry::SetBorderX().
borderY="0.0" [Real]
The vertical alignment border. See Murl::Graph::IPlaneSequenceGeometry::SetBorderY().
containerAlignmentX="CENTER" [IEnums::AlignmentX]
The horizontal alignment of the virtual layout container. See Murl::Graph::IPlaneSequenceGeometry::SetContainerAlignmentX().
containerAlignmentY="CENTER" [IEnums::AlignmentY]
The vertical alignment of the virtual layout container. See Murl::Graph::IPlaneSequenceGeometry::SetContainerAlignmentY().
atlasResourceId="" [String]
The ID of the atlas resource to use. See Murl::Graph::IPlaneSequenceGeometry::GetAtlasResourceTarget().
rectangleName="" [String]
The name of the rectangle in the atlas resource. See Murl::Graph::IPlaneSequenceGeometry::SetRectangleName().
index="0" [SInt32]
The index into the atlas resource. See Murl::Graph::IIndexed::SetIndex().
The documentation for this class was generated from the following file:
- murl_graph_plane_sequence_geometry.h