move webgl renderer to 001
This commit is contained in:
parent
817f49cb4d
commit
c05dca2bae
6 changed files with 5 additions and 5 deletions
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
import { Telemetry } from "./renderer/telemetry";
|
||||
import { Telemetry } from "../renderer/telemetry";
|
||||
|
||||
export class App {
|
||||
constructor(
|
|
@ -1,6 +1,6 @@
|
|||
import { Shader } from "../shader";
|
||||
import { BasicPlane } from "../basic-plane";
|
||||
import { App } from "../app";
|
||||
import { Shader } from "./shader";
|
||||
import { BasicPlane } from "./basic-plane";
|
||||
import { App } from "./app";
|
||||
import fragment from "./fragment.glsl";
|
||||
import vertex from "./vertex.glsl";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue