| 22 | | 'swarm' | 'frame' | 'forge' | 'ship' | 'bastion' | 'quarter'; |
| 23 | |
| 24 | export interface MaterialOptions { |
| 25 | /** 0 is a mirror, 1 is chalk. */ |
| 26 | rough?: number; |
| 27 | /** Flat shading, which is the world's default look. */ |
| 28 | flat?: boolean; |
| 29 | } |
| 30 | |
| 31 | /** A recorded shape. Every setter returns the shape, so one object is one chain. */ |
| 32 | export interface Shape { |
nothing calls this directly
no outgoing calls
no test coverage detected