I dont get an error but nothing loads.
I just get a blank screen and I have really struggled to find an
example for loading an obj file.


                        _loader = new Loader3D();
                _loader = Obj.load( "./m4_sherman.obj", { scaling:10,
bothsides:true } );

                        _loader.addOnSuccess( onObjLoad );
                }

Reply via email to