m-r-davari / flutter_3d_controller

The most complete Flutter package for rendering interactive 3D models in various formats (GLB, GLTF, OBJ, FBX), with the ability to control animations, textures, camera, and more.
https://pub.dev/packages/flutter_3d_controller
MIT License
109 stars 15 forks source link

is it possible to transform a 3d obj #40

Closed Liuwe1Ye closed 3 weeks ago

Liuwe1Ye commented 3 weeks ago

If I import a cube, can I stretch it into a rectangular prism in the view

Liuwe1Ye commented 3 weeks ago

In the 2d, we used transform. how about in the 3d?

m-r-davari commented 3 weeks ago

right now package won't support this feature, feel free to make pr if you have add it to you're cloned repo