UNPKG

polygonjs-engine

Version:

node-based webgl 3D engine https://polygonjs.com

11 lines (10 loc) 467 B
import { AttributeGlNode } from '../../../src/engine/nodes/gl/Attribute'; export declare function AttributeGlNodePresets(): { color: (node: AttributeGlNode) => void; instanceOrientation: (node: AttributeGlNode) => void; instancePosition: (node: AttributeGlNode) => void; instanceScale: (node: AttributeGlNode) => void; position: (node: AttributeGlNode) => void; uv: (node: AttributeGlNode) => void; id: (node: AttributeGlNode) => void; };