Light classes, gathering materials

This commit is contained in:
Szymon Nowakowski
2023-08-03 20:05:28 +02:00
committed by Szymon Nowakowski
parent da86167819
commit 472e91c153
8 changed files with 385 additions and 57 deletions

View File

@@ -6,6 +6,8 @@
export * from "./Camera";
export * from "./Color";
export * from "./Light";
export * from "./Material";
export * from "./Matrix4x4";
export * from "./Mesh";
export * from "./Node";