registerComponentConverter(renderItemName, creator) -> None
Register an implementation of MPxComponentConverter to use with render items that have the specified name.
registerDrawOverrideCreator(drawClassification, registrantId, creator) -> None
Register an implementation of MPxDrawOverride to use with DAG objects that have the specified, draw-specific classification string.
registerGeometryOverrideCreator(drawClassification, registrantId, creator) -> None
Register an implementation of MPxGeometryOverride to use with nodes that have the specified, draw-specific classification string.
registerImagePlaneOverrideCreator(drawClassification, registrantId, creator) -> None
Register an implementation of MPxImagePlaneOverride to use with DAG objects that have the specified, draw-specific classification string.
registerIndexBufferMutator(primitiveType, creator) -> None
Register an implementation of MPxIndexBufferMutator to generate custom primitive types for shapes.
registerPrimitiveGenerator(primitiveType, creator) -> None
Register an implementation of MPxPrimitiveGenerator to generate custom primitive types for shapes.
registerShaderOverrideCreator(drawClassification, registrantId, creator) -> None
Register an implementation of MPxShaderOverride to use with nodes that have the specified, draw-specific classification string.
registerShadingNodeOverrideCreator(drawClassification, registrantId, creator) -> None
Register an implementation of MPxShadingNodeOverride to use with nodes that have the specified, draw-specific classification string.
registerSubSceneOverrideCreator(drawClassification, registrantId, creator) -> None
Register an implementation of MPxSubSceneOverride to use with DAG objects that have the specified, draw-specific classification string.
registerSurfaceShadingNodeOverrideCreator(drawClassification, registrantId, creator) -> None
Register an implementation of MPxSurfaceShadingNodeOverride to use with surface shaders that have the specified, draw-specific classification string.
registerVertexBufferGenerator(bufferName, creator) -> None
Register an implementation of MPxVertexBufferGenerator to provide custom vertex streams for shapes.
registerVertexBufferMutator(bufferName, creator) -> None
Register an implementation of MPxVertexBufferMutator to provide custom vertex streams for shapes.
The documentation for this class was generated from the following file: