Murl::Graph::CubemapTexture Class Reference

The CubemapTexture node class. More...

#include "murl_graph_cubemap_texture.h"

Inheritance diagram for Murl::Graph::CubemapTexture:

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 PropertyInfoGetPropertyInfo ()
 Get the class' property info struct. More...
 
static const AttributeInfoGetAttributeInfo ()
 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 CubemapTexture node class.

XML Elements

XML Graph Node Tag:

<CubemapTexture>

XML Graph Node Attributes:

imageResourceId="" [String]

The ID of an image resource containing all six cube map images. See Murl::Graph::ITexture::GetImageResourceTarget().

imageResourceIdPosX="" [String]

The resource ID of the cubemap's image on the positive X plane. See Murl::Graph::ITexture::GetImageResourceTarget().

imageResourceIdNegX="" [String]

The resource ID of the cubemap's image on the negative X plane. See Murl::Graph::ITexture::GetImageResourceTarget().

imageResourceIdPosY="" [String]

The resource ID of the cubemap's image on the positive Y plane. See Murl::Graph::ITexture::GetImageResourceTarget().

imageResourceIdNegY="" [String]

The resource ID of the cubemap's image on the negative Y plane. See Murl::Graph::ITexture::GetImageResourceTarget().

imageResourceIdPosZ="" [String]

The resource ID of the cubemap's image on the positive Z plane. See Murl::Graph::ITexture::GetImageResourceTarget().

imageResourceIdNegZ="" [String]

The resource ID of the cubemap's image on the negative Z plane. See Murl::Graph::ITexture::GetImageResourceTarget().


The documentation for this class was generated from the following file:
  • murl_graph_cubemap_texture.h


Copyright © 2011-2024 Spraylight GmbH.