UNPKG

@polygonjs/polygonjs

Version:

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

5 lines (4 loc) 246 B
import { Object3D } from 'three'; import { TileCorners } from './WFCCommon'; import { TileRotation } from './WFCTileConfig'; export declare function tileCubeLatticeDeform(object: Object3D, tileCorners: TileCorners, rotation: TileRotation): void;