UNPKG

pex-renderer

Version:

Physically Based Renderer (PBR) and scene graph designed as ECS for PEX: define entities to be rendered as collections of components with their update orchestrated by systems.

9 lines (7 loc) 313 B
/** @module renderer */ export { default as base } from "./base.js"; export { default as basic } from "./basic.js"; export { default as helper } from "./helper.js"; export { default as line } from "./line.js"; export { default as standard } from "./standard.js"; export { default as skybox } from "./skybox.js";