1.0.6 • Published 10 months ago

threejs-occlusion-query v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

THREE Occlusion Querying

This library for THREE.js adds Occlusion Querying to the rendering pipeline.

Usage

Simply replace WebGLRenderer with WebGLOcclusionRenderer, and you're all set!

const renderer = new WebGLOcclusionRenderer(myRendererOptions, myScene, myCamera);

renderer.render();

Roadmap

TODO: Transparency

Where can I find builds?

They can be found on CDNs like JSDelivr.

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago