Class: FbxGrObject

loaders.FbxGrObject(paramsopt)

load from an FBX file - this is quite simple it makes a group so it can stick the FBX object in once it is loaded.

Note: if the loading fails, an error is printed in the console and a red cube is made instead of the loaded object. (added May 2022)

Constructor

new FbxGrObject(paramsopt)

Parameters:
Name Type Attributes Description
params Object <optional>
Properties:
Name Type Attributes Description
params.fbx string
params.norm Number <optional>

normalize the object (make the largest dimension this value)

params.x Number <optional>

initial translate for the group

params.y Number <optional>
params.z Number <optional>
params.name String <optional>
params.callback LoaderCallback <optional>
Source: