GearVRf icon indicating copy to clipboard operation
GearVRf copied to clipboard

3DS max and X3D format

Open bot3d opened this issue 8 years ago • 2 comments

I am evaluating some files (in 3DS max, x3d, vrml etc) for a Virtual Reality application. But I have no idea if any of the following loaders might work. Any ideas?

https://github.com/x3dom/pipeline https://github.com/cybergarage/cybergarage-x3d https://github.com/cathive/x3d https://github.com/kjetilos/3ds-parser

bot3d avatar Oct 21 '16 05:10 bot3d

@mitchwilliams is in progress of adding x3d support. Mitch, can you update on what we support so far?

thomasflynn avatar Oct 21 '16 16:10 thomasflynn

Greetings bot3d,

Thanks for contacting us. GearVR supports X3D. I'd be happy to assist in your development and any issus.

The GearVR-Demos repository (https://github.com/gearvrf/GearVRf-Demos) has a gvr-x3d-demo folder to assist in running X3D files. All that is required is to place your .x3d file(s) and texture maps in the assets folder, and replace the line String filename = "_____.x3d"; with your file name in the X3DparserScript.java file.

Mitch

mwitchwilliams avatar Oct 21 '16 19:10 mwitchwilliams