![]() |
Murl Engine API
Version 2018.3
|
The FixedParameters node class. More...
#include <murl_graph_fixed_parameters.h>
The FixedParameters node class.
ambientColor="0.2f,0.2f,0.2f,0.2f" [Color]
The ambient material color. See Murl::Graph::IColored::SetColor() with component Murl::IEnums::LIGHTING_COMPONENT_AMBIENT.
diffuseColor="1f,1f,1f,1f" [Color]
The diffuse material color. See Murl::Graph::IColored::SetColor() with component Murl::IEnums::LIGHTING_COMPONENT_DIFFUSE.
specularColor="1f,1f,1f,1f" [Color]
The specular material color. See Murl::Graph::IColored::SetColor() with component Murl::IEnums::LIGHTING_COMPONENT_SPECULAR.
emissiveColor="0f,0f,0f,0f" [Color]
The emissive material color. See Murl::Graph::IColored::SetColor() with component Murl::IEnums::LIGHTING_COMPONENT_EMISSIVE.
shininess="1.0" [Real]
The material shininess value (specular exponent) See Murl::Graph::IFixedParameters::SetShininess().
parentParametersId.N="" [String]
A single optional ID of another Murl::Graph::IFixedParameters node to inherit properties from. See Murl::Graph::IFixedParameters::GetParentFixedParametersNodeTarget().
parentParametersIds="" [String]
A comma-separated list of individual other Murl::Graph::IFixedParameters nodes to inherit (modulated) properties from. See Murl::Graph::IFixedParameters::GetParentFixedParametersNodeTarget().
Additional Inherited Members | |
![]() | |
typedef Array< const ClassInfo *> | ClassInfoArray |
Definition of an array of ClassInfo objects. More... | |
![]() | |
virtual | ~IFactoryObject () |
The destructor. More... | |
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 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... | |