itch.io is community of indie game creators and players

Devlogs

Fix for render order issue

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

Fix for depth buffer not always being enabled (which helps with correct render order for the unsorted 3DObject Quad3Ds.)

Fix was to add:

RendersToOwnZPlane() {
return false;
}

to the runtime/editor instance.js file.

Files

  • 3DObject-1-6-1.c3addon 44 kB
    Sep 13, 2021
Download Construct 3 3DObject Plugin - SDK V1 only
Read comments (2)