ReactVision / viro

ViroReact: The AR and VR library for React Native 📳💙💛🤍💚
MIT License
1.3k stars 150 forks source link

Convert FBX file to VRX #156

Closed DorelisMarcelo closed 1 year ago

DorelisMarcelo commented 1 year ago

Hi, i need to convert an FBX file to VRX but i cannot make work the script https://github.com/ViroCommunity/ViroFBX .

When i try tu use it i get:./ViroFBX: command not found

Shasikhan commented 1 year ago

First of all this conversion command is for mac and linux systems. if you are using mac, in terminal, go to your project, then in node_modules -> @viro-community -> react-viro -> bin Here run conversion command ./ViroFBX path/to/model.fbx path/to/model.vrx

It will work.

waqaskhanroghani commented 1 year ago

Its works Thanks for your help :)

DorelisMarcelo commented 1 year ago

Hi! i found out that it works fine with Java JRE 8, so make sure that yout JAVA_HOME enviroment variable is well set and calling JRE 8. Thanks!