MCPcopy
hub / github.com/bbycroft/llm-viz / IModelExample

Interface IModelExample

src/llm/Program.ts:50–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50export interface IModelExample {
51 name: string;
52 shape: IModelShape;
53 enabled: boolean;
54 layout?: IGptModelLayout;
55 blockRender: IBlockRender;
56 offset: Vec3;
57 modelCardOffset: Vec3;
58 camera?: ICameraPos;
59}
60
61export interface IMouseState {
62 mousePos: Vec3;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected