Extension: omni.mdl.neuraylib-0.2.8 |
Documentation Generated: Sep 11, 2024 |
Overview
The Omni MDL extension provides access to MDL materials in Omniverse.
The core features of this extensions are:
Providing the
neurayinstance used in Omniverse for accessing the MDL SDK APICreate database
scopesandtransactionsfor accessing the database content used by the rendererCreate
MdlModule,MdlEntity, andMDLEntitySnapshotsthat 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.