android-3D-model-viewer
android-3D-model-viewer copied to clipboard
Change the Initialization angle of model
hello,Thank you for sharing I want to ask how to change the initial orientation of the model When opening, the direction of the model and the scene is inconsistent I found the "isFixCoordinateSystem" However, when importing different models, cameras, lights, etc. also need to be reset I've considered whether it's related to the DAE file But I haven't found a solution yet If you know, can I trouble you to answer the question? Thank you
Dear @CouReNaoYa Thank you for your feedback
For information. The isFixCoordinateSystem function work only for 3d models made by blender Blender uses a different coordinate system so ithe engine tries to rotate the world coordinates to match that of blender
You are right that neither camera or lights settings positions are taken into account For fixing that a new fix shold be implemented
Therefore I am flagging this issue as an enhancement
Many thanks