Look element subclasses.
More...
Go to the source code of this file.
|
using | LookPtr = shared_ptr< Look > |
| A shared pointer to a Look.
|
|
using | ConstLookPtr = shared_ptr< const Look > |
| A shared pointer to a const Look.
|
|
using | LookGroupPtr = shared_ptr< LookGroup > |
| A shared pointer to a LookGroup.
|
|
using | ConstLookGroupPtr = shared_ptr< const LookGroup > |
| A shared pointer to a const LookGroup.
|
|
using | MaterialAssignPtr = shared_ptr< MaterialAssign > |
| A shared pointer to a MaterialAssign.
|
|
using | ConstMaterialAssignPtr = shared_ptr< const MaterialAssign > |
| A shared pointer to a const MaterialAssign.
|
|
using | VisibilityPtr = shared_ptr< Visibility > |
| A shared pointer to a Visibility.
|
|
using | ConstVisibilityPtr = shared_ptr< const Visibility > |
| A shared pointer to a const Visibility.
|
|
|
vector< MaterialAssignPtr > | getGeometryBindings (const NodePtr &materialNode, const string &geom) |
| Return a vector of all MaterialAssign elements that bind this material node to the given geometry string. More...
|
|
◆ getGeometryBindings()
MX_CORE_API vector< MaterialAssignPtr > getGeometryBindings |
( |
const NodePtr & |
materialNode, |
|
|
const string & |
geom |
|
) |
| |
Return a vector of all MaterialAssign elements that bind this material node to the given geometry string.
- Parameters
-
materialNode | Node to examine |
geom | The geometry for which material bindings should be returned. By default, this argument is the universal geometry string "/", and all material bindings are returned. |
- Returns
- Vector of MaterialAssign elements