1.0.6 • Published 9 months ago

threejs-occlusion-query v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
9 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

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago