Introduce static and dynamic materials

This commit is contained in:
Szymon Nowakowski
2023-09-11 23:09:31 +02:00
committed by Szymon Nowakowski
parent 32f4f4900f
commit 6b7d5869b5
8 changed files with 250 additions and 55 deletions

View File

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