You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loads an OBJ or FBX model and attaches to the current Game Object.
Props
assetURL (string, mandatory) - an url of the model
scale (numeric, optional) - a numeric value to indicate the global scale of the object loaded
materialOptions (object,optional) - a set of parameters to be passed to the model loaded material initialized based on THREE.js material options object
materialType (string, optional) - an id for the available material type for the model. Default is "basic", can be "standard".