Rework website with bulma instead of bootstrap #6
|
@ -2,8 +2,8 @@ import { Shader } from "./Shader";
|
|||
import { mat4 } from "gl-matrix";
|
||||
|
||||
import { Cube } from "./cube";
|
||||
import vertexSource from "./vertices.glsl";
|
||||
import fragmentSource from "./fragments.glsl";
|
||||
import vertexSource from "./shaders/vertices.glsl";
|
||||
import fragmentSource from "./shaders/fragments.glsl";
|
||||
|
||||
const ROTATION_SPEED = 0.0005;
|
||||
|
||||
|
|
Reference in a new issue