Houdini Engine 6.0
|
Meta-data for an OBJ Node. More...
#include <HAPI_Common.h>
Meta-data for an OBJ Node.
Definition at line 1550 of file HAPI_Common.h.
int HAPI_ObjectInfo::geoCount |
Definition at line 1581 of file HAPI_Common.h.
HAPI_Bool HAPI_ObjectInfo::hasTransformChanged |
For incremental updates. Indicates whether the object's transform has changed. Refreshed only during an asset cook.
Definition at line 1559 of file HAPI_Common.h.
HAPI_Bool HAPI_ObjectInfo::haveGeosChanged |
For incremental updates. Indicates whether any of the object's geometry nodes have changed. Refreshed only during an asset cook.
Definition at line 1563 of file HAPI_Common.h.
HAPI_Bool HAPI_ObjectInfo::isInstanced |
Determine if this object is being instanced. Normally, this implies that while this object may not be visible, it should still be brought into the host application because it is needed by an instancer. See Instancing.
Definition at line 1578 of file HAPI_Common.h.
HAPI_Bool HAPI_ObjectInfo::isInstancer |
See Instancing.
Definition at line 1572 of file HAPI_Common.h.
HAPI_Bool HAPI_ObjectInfo::isVisible |
Whether the object is hidden and should not be shown. Some objects should be hidden but still brought into the host environment, for example those used only for instancing. See Instancing.
Definition at line 1569 of file HAPI_Common.h.
HAPI_StringHandle HAPI_ObjectInfo::nameSH |
Definition at line 1552 of file HAPI_Common.h.
HAPI_NodeId HAPI_ObjectInfo::nodeId |
Use the node id to get the node's parameters. Using the HDK, you can also get the raw node C++ pointer for this object's internal node. See Nodes Basics.
Definition at line 1587 of file HAPI_Common.h.
HAPI_StringHandle HAPI_ObjectInfo::objectInstancePathSH |
Definition at line 1555 of file HAPI_Common.h.
HAPI_NodeId HAPI_ObjectInfo::objectToInstanceId |
If the object is an instancer, this variable gives the object id of the object that should be instanced. See Instancing.
Definition at line 1592 of file HAPI_Common.h.