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.

8 lines (7 loc) 191 B
/** * Skin component * @param {import("../types.js").SkinComponentOptions} [options] * @returns {object} * @alias module:components.skin */ export default (options) => ({ ...options });