itch.io is community of indie game creators and players

Devlogs

Vertex color support for 3DObject

Construct 3 - 3D effects
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)

Thanks to PixelMetal for the help of providing vertex color models to test.

Files

  • mikal_frag_light-8-2.5.0.c3addon 10 kB
    Jul 17, 2024
  • 3d-object-vertex-color.c3p 1.1 MB
    Jul 17, 2024
Download Construct 3 - 3D effects
Leave a comment