GPU Skinning fixes and Guidelines
GPU Skinning fix and guidelines.
Thanks to feedback from early testers (Dokse, III, Foozle, etc.), I have fixed some rendering issues with worker and interactions with other C3 rendering objects.
GPU Skinning / Static Geometry usage guidelines:
- Do not use GPU skinning and Static Geometry on an object only use one or the other
- Use GPU skinning primarily on more complex animated 3DObjects which use gltf GPU skinning.
- Also enable worker animation.
- Use lower animation rates, e.g. 30fps / 25 fps
- GPU skinning also lowers the workload for worker animation
- For non-animated objects, use static geometry.
- For simple animated objects, test on various systems to see if GPU Skinning or Static Geometry perform better
Limitations:
- Due to the geometry being calculated on the GPU, there are some limits for some of the 3DObject features
- Node x,y,z is not available
- UV offset, rotate and scale are not available (this will come in one of the next CC phases)
- Morph targets (this will come in a future release after the initial phases are done)
Notes: while static geometry with worker animation may make the main CPU % seem low, depending on the complexity of the animation, the workers may be very busy and slow down performance or make the animation jittery.
For static and gpu skinning, there is a limit on the number of vertices per mesh, around 64K vertices (not per model, more complex models are typically made of multiple meshes.) If you see missing or incomplete meshes this may be the issue. In the future after adding in some more features, I will review possible batching to overcome this limit.
If you see issues with this release, please post and include a test project and description of the issue, so I can debug.
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
- 3DObject showcase: Syder Studios15 days ago
- Add 3D Effects affine texture support (PS1 retro)19 days ago
- fix (addon) fix corrupted addon36 days ago
- fix (accessors) add support for sparse accessors in gltf36 days ago
- Fix (node-disable) fix node disable without skinned node56 days ago
- fix (node-disable) regression62 days ago
- Fix (playable Ad)74 days ago
- fix (worker) correct animation blend for worker (translation)91 days ago
- fix (opacity)97 days ago
- add (sample) sample gpu-skin with phong lightAug 23, 2024
Leave a comment
Log in with itch.io to leave a comment.