8 lines
167 B
TypeScript
8 lines
167 B
TypeScript
import { WebGPUApp } from "../renderer/webgpu";
|
|
|
|
const app = new WebGPUApp({ fov: 20 });
|
|
|
|
// TODO:
|
|
// - plane
|
|
// - white shader
|
|
// - real shader with UVs and uniforms
|