@polygonjs/plugin-occlusion
TypeScript icon, indicating that this package has built-in type declarations

1.5.46 • Public • Published

Polygonjs Occlusion Plugin

This adds a Occlusion SOP node to the Polygonjs webgl engine.

This wraps the work done in https://github.com/wwwtyro/geo-ambient-occlusion into a node that can be used with all the other nodes available on Polygonjs.

See example scene:

geometries with occlusion added

Install

Import the plugin:

yarn add @polygonjs/plugin-occlusion

And register the plugin in the function configurePolygonjs in the file PolyConfig.js so that the occlusion node can be accessible in both the editor and your exported scene:

import {polyPluginOcclusion} from '@polygonjs/plugin-occlusion';

export function configurePolygonjs(poly) {
	poly.registerPlugin(polyPluginOcclusion);
}

Dependencies (2)

Dev Dependencies (7)

Package Sidebar

Install

npm i @polygonjs/plugin-occlusion

Weekly Downloads

1

Version

1.5.46

License

MIT

Unpacked Size

1.46 MB

Total Files

12

Last publish

Collaborators

  • polygonjs