|
@@ -6,13 +6,13 @@ export * from './PointsMaterial';
|
|
export * from './MeshPhysicalMaterial';
|
|
export * from './MeshPhysicalMaterial';
|
|
export * from './MeshStandardMaterial';
|
|
export * from './MeshStandardMaterial';
|
|
export * from './MeshPhongMaterial';
|
|
export * from './MeshPhongMaterial';
|
|
-//export * from './MeshToonMaterial';
|
|
|
|
|
|
+export * from './MeshToonMaterial';
|
|
export * from './MeshNormalMaterial';
|
|
export * from './MeshNormalMaterial';
|
|
export * from './MeshLambertMaterial';
|
|
export * from './MeshLambertMaterial';
|
|
export * from './MeshDepthMaterial';
|
|
export * from './MeshDepthMaterial';
|
|
-//export * from './MeshDistanceMaterial';
|
|
|
|
|
|
+export * from './MeshDistanceMaterial';
|
|
export * from './MeshBasicMaterial';
|
|
export * from './MeshBasicMaterial';
|
|
-//export * from './MeshMatcapMaterial';
|
|
|
|
|
|
+export * from './MeshMatcapMaterial';
|
|
export * from './LineDashedMaterial';
|
|
export * from './LineDashedMaterial';
|
|
export * from './LineBasicMaterial';
|
|
export * from './LineBasicMaterial';
|
|
export * from './Material';
|
|
export * from './Material';
|