1.0.6 • Published 2 years ago

threejs-occlusion-query v1.0.6

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

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago