0.1.1 • Published 11 months ago

@lattice-engine/n8ao v0.1.1

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
11 months ago

@lattice-engine/n8ao

SSAO using N8AO.

Usage

To add a N8AO pass to your render, just spawn in an entity with the N8AOPass component.

import { N8AOPass } from "@lattice-engine/n8ao";

function mySystem(commands: Commands) {
  commands.spawn().addType(N8AOPass);
}
0.1.1

11 months ago

0.1.0

11 months ago