itch.io is community of indie game creators and players

Devlogs

Improved static geometry performance, vertex color support

Construct 3 3DObject Plugin - SDK V1 only
A browser asset pack made in HTML5

Support color vertex for 3DObject. 3DObject must include vertex colors in the gltf/glb

  • New effect parameter: enable vertex color
  • New 3DObject ACE: enable vertex color
  • A new main.js is required in projects to support vertex color, see the main.js in 3d-object-vertex-color.c3p
  • The vertex colors _must_ be in the format of float vec3 (e.g. no alpha color)

Improved static geometry performance for non-worker animation mode. Depending on the 3D model properties (size of meshes, number of textures, number of meshes, etc.) static geometry mode performance can increase by 2X-10X. In some cases with lower animation FPS, it will also improve performance of animated models with static geometry set (in non-worker animation mode.)

Worker mode animation static animation performance should not have changed.

Files

  • 3DObject-2-64-0.c3addon 116 kB
    Jul 17, 2024
Download Construct 3 3DObject Plugin - SDK V1 only
Read comments (6)