Loading...
Searching...
No Matches
realvirtual.GLB.GLBMaterialResolver Class Reference
Resolves materials from JSON data during GLB import Uses multi-stage fallback chain to find or create materials. More...
Static Public Member Functions | |
| static void | BeginImportSession () |
| Clear the session cache (call at start of import) | |
| static void | EndImportSession () |
| End import session and cleanup. | |
| static Material | Resolve (JObject json) |
| Resolve a material from JSON data. | |
| static PhysicsMaterial | ResolvePhysicsMaterial (JObject json) |
| Resolve a PhysicsMaterial from JSON data. | |
Detailed Description
Resolves materials from JSON data during GLB import Uses multi-stage fallback chain to find or create materials.
Member Function Documentation
◆ BeginImportSession()
|
static |
Clear the session cache (call at start of import)
◆ EndImportSession()
|
static |
End import session and cleanup.
◆ Resolve()
|
static |
Resolve a material from JSON data.
◆ ResolvePhysicsMaterial()
|
static |
Resolve a PhysicsMaterial from JSON data.