android-3D-model-viewer icon indicating copy to clipboard operation
android-3D-model-viewer copied to clipboard

Change the Initialization angle of model

Open CouReNaoYa opened this issue 3 years ago • 1 comments

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

CouReNaoYa avatar Feb 18 '22 03:02 CouReNaoYa

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

andresoviedo avatar May 10 '22 07:05 andresoviedo