from Obj File
Loads a 3D model from an OBJ file and returns a list of ArModel objects.
This function reads an OBJ file and its associated MTL file (if available) to create 3D models with proper geometry and materials.
Return
Parameters
obj File Name Without Extension
The name of the OBJ file (without the ".obj" extension) to load. The file should be places in the 'assets' folder.