MCPcopy Create free account
hub / github.com/dailydotdev/apps / MaterialOptions

Interface MaterialOptions

packages/world-kit/src/types.d.ts:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 | 'swarm' | 'frame' | 'forge' | 'ship' | 'bastion' | 'quarter';
23
24export 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. */
32export interface Shape {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected