1.0.6 • Published 1 year ago

threejs-occlusion-query v1.0.6

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

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago