Updated rotation/scale in editor and runtime.
Further development on GPU accelerated runtime rotation and scaling.
Reimplemented rotation and scaling in the editor to match rotation and scaling in runtime.
Note that with the new rotation method, you may need to change current projects to use different angles for orientation (usually a 90-degree difference for the xAngle) To keep it consistent between editor and runtime, this will be the default going forward.
Xscale, Yscale, Zscale are now done on the model before it is rotated, so the scaling is done on the original model orientation and then the rotation is performed, previously the scaling was done post rotation, which is generally not what was desired.
Note that the bounding box corresponds better to the model in the editor (except for certain rotations.) The bounding box in runtime defaults to the original rotation. With rotation, it does not match as well.
Work continues to improve the updating of the bounding box with rotation.
Files
Get Construct 3 3DObject Plugin
Construct 3 3DObject Plugin
Construct 3 3DObject, loaded from 3D model files (gltf embedded format)
Status | Released |
Category | Assets |
Author | kindeyegames |
Tags | 3D, construct, construct-3 |
More posts
- Fix for frag light effect with r441+2 days ago
- Fix for r441+2 days ago
- Fix sliders for ssao-cube example14 days ago
- Add SSAO which uses view space14 days ago
- Optimization - create common UBO per model22 days ago
- Fix UBO support for non-skinned meshes26 days ago
- Add UBO support for bones transfer, 256 total33 days ago
- fix (perf) target to, improve perf - do not force animationDec 23, 2024
- fix (file) corrupted file uploadDec 23, 2024
- Feat (rotation) add target to ACE (rotate to face target)Dec 23, 2024
Comments
Log in with itch.io to leave a comment.
nice! so cool!