threejs-occlusion-query

1.0.6 • Public • Published

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.

/threejs-occlusion-query/

    Package Sidebar

    Install

    npm i threejs-occlusion-query

    Weekly Downloads

    8

    Version

    1.0.6

    License

    MIT

    Unpacked Size

    14 kB

    Total Files

    14

    Last publish

    Collaborators

    • jovianzehnder