UNPKG

@polygonjs/polygonjs

Version:

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

7 lines (6 loc) 395 B
import { Object3D } from 'three'; import { CoreObjectType, ObjectContent } from '../geometry/ObjectContent'; import { WFCRule } from './WFCCommon'; export declare function validRuleObject(object: ObjectContent<CoreObjectType>): boolean; export declare function wfcRuleFromObject(object: ObjectContent<CoreObjectType>): WFCRule; export declare function createRuleObject(rule: WFCRule): Object3D;