-
Notifications
You must be signed in to change notification settings - Fork 7
Reference: JMX Specification
grondag edited this page Jun 11, 2019
·
34 revisions
The jmx root-level tag defines textures and materials that should be used when JMX is loaded. It will not be used if a frex tag is present and a FREX renderer (i.e. Canvas) is active.
"jmx": {
"textures": { },
"materials": { }
}The frex root-level tag defines textures and materials that should be used when a FREX renderer (i.e. Canvas) is active. When present and active, it overrides the jmx tag.
"frex": {
"textures": { },
"materials": { }
}