The PlaneGeometry node class. More...
#include "murl_graph_plane_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 PlaneGeometry 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 geometry stores normal vector information for rendering. See Murl::Graph::IPlaneGeometry::AddAttribute().
hasBinormal="false" [Bool]
If true, the plane geometry stores binormal vector information for rendering. See Murl::Graph::IPlaneGeometry::AddAttribute().
hasTangent="false" [Bool]
If true, the plane geometry stores tangent vector information for rendering. See Murl::Graph::IPlaneGeometry::AddAttribute().
hasColor="false" [Bool]
If true, the plane geometry stores per-vertex color information for rendering. See Murl::Graph::IPlaneGeometry::AddAttribute().
hasTexCoord0="true" [Bool]
If true, the plane geometry stores channel 0 texture coordinates for rendering. See Murl::Graph::IPlaneGeometry::AddAttribute().
hasTexCoord1="false" [Bool]
If true, the plane geometry stores channel 1 texture coordinates for rendering. See Murl::Graph::IPlaneGeometry::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().
frameSize="1.0" [Real]
The combined display rectangle width and height. See Murl::Graph::IPlaneGeometry::SetFrameSize().
frameSizeX="1.0" [Real]
The display rectangle width. See Murl::Graph::IPlaneGeometry::SetFrameSizeX().
frameSizeY="1.0" [Real]
The display rectangle height. See Murl::Graph::IPlaneGeometry::SetFrameSizeY().
border="0.0" [Real]
The horizontal and vertical alignment borders. See Murl::Graph::IPlaneGeometry::SetBorder().
borderX="0.0" [Real]
The horizontal alignment border. See Murl::Graph::IPlaneGeometry::SetBorderX().
borderY="0.0" [Real]
The vertical alignment border. See Murl::Graph::IPlaneGeometry::SetBorderY().
containerAlignmentX="CENTER" [IEnums::AlignmentX]
The horizontal alignment of the virtual layout container. See Murl::Graph::IPlaneGeometry::SetContainerAlignmentX().
containerAlignmentY="CENTER" [IEnums::AlignmentY]
The vertical alignment of the virtual layout container. See Murl::Graph::IPlaneGeometry::SetContainerAlignmentY().
The documentation for this class was generated from the following file:
- murl_graph_plane_geometry.h