Extension: omni.mdl.neuraylib-0.2.9 |
Documentation Generated: Nov 07, 2024 |
Overview
The Omni MDL extension provides access to MDL materials in Omniverse.
The core features of this extensions are:
Providing the
neuray
instance used in Omniverse for accessing the MDL SDK APICreate database
scopes
andtransactions
for accessing the database content used by the rendererCreate
MdlModule
,MdlEntity
, andMDLEntitySnapshots
that wrap the MDL module loading and the mapping from USD shade to MDL nodes
The extension also provides access to more features around the MDL integration in Omniverse:
Registration of MDL content shipped with extensions
Initialization of neuray to enable MDL module resolution in USD in case the RTX renderer is not used
For examples, please see the Python usage page.