Add wireframe and node UV offset features (commission)
Construct 3 3DObject Plugin » Devlog
Added two new features based on a commission from another developer (thank you PixelMetal). If you are interested in commissioning a feature, contact me via Twitter - @kindeyegame or the Construct Discord -Mikal#1464.
- Wireframe mode (object property and ACEs to enable/disable wireframe mode)
- The lines are twisted quads for better visibility from different directions and rotations.
- Line width can be changed, but typically only smaller values look good.
- Since each line is a quad, it can require more CPU performance.
- The line color can be changed by changing the object's color.
- UV offset per node
- This can be used for simple texture animations for tiled textures (e.g. water, lava).
- The offsets should be kept within -1 to 1 range (can be done by using modulo, e.g. uOffset % 1)
- The source texture should be in its own texture sheet, not in a sprite atlas, so it can 'wrap' properly.
The example project is from PixelMetal to show an example model with multiple textures and a time-based UV offset of the lava node to make it look like it is flowing.
Files
3DObject-2-30-1.c3addon 57 kB
Jul 31, 2022
lava_flow.c3p 100 kB
Jul 31, 2022
Get Construct 3 3DObject Plugin
Download NowName your own price
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 (accessors) add support for sparse accessors in gltf8 hours ago
- Fix (node-disable) fix node disable without skinned node20 days ago
- fix (node-disable) regression26 days ago
- Fix (playable Ad)38 days ago
- fix (worker) correct animation blend for worker (translation)55 days ago
- fix (opacity)61 days ago
- add (sample) sample gpu-skin with phong light74 days ago
- fix (gpu-skinning) fix regression for worker mode74 days ago
- fix (light) fix for simple phong orientation75 days ago
- Add simple phong lighting support75 days ago
Comments
Log in with itch.io to leave a comment.
nice
incredible work!