polygonjs-engine
Version:
node-based webgl 3D engine https://polygonjs.com
11 lines (10 loc) • 528 B
TypeScript
import { PolyScene } from '../../../../src/engine/scene/PolyScene';
export declare function SopAttribCreate(): {
scene: PolyScene;
camera: import("../../../../src/engine/nodes/obj/PerspectiveCamera").PerspectiveCameraObjNode;
nodes: import("../../../../src/engine/nodes/sop/AttribCreate").AttribCreateSopNode[];
htmlNodes: {
noise: import("../../../../src/engine/nodes/sop/Noise").NoiseSopNode;
attribCreate: import("../../../../src/engine/nodes/sop/AttribCreate").AttribCreateSopNode;
};
};