Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Check that the renderer is webgl2 in the project setting, only webgl2 now is supported for the effect, I will update the webpage and remove older versions.

I suggest adding 3dobject (free addon) to your project. It will handle what main.js previously did, and you can leave out main.js.

Light types

  • Directional light simulates a distant light source like the sun, casting parallel rays in a single direction across the entire scene with consistent intensity
  • Spotlight creates a cone-shaped beam of light from a single point in a direction, spreading outward with an intensity that decreases from the center to the edges, like a flashlight or stage light
  • I cant see how to check that the renderer is webgl2 in the project setting

    https://www.construct.net/en/make-games/manuals/construct-3/project-primitives/p...

    See Advanced->WebGPU