|
@@ -12,9 +12,9 @@ Sidebar.Material = function ( editor ) {
|
|
'MeshLambertMaterial': THREE.MeshLambertMaterial,
|
|
'MeshLambertMaterial': THREE.MeshLambertMaterial,
|
|
'MeshNormalMaterial': THREE.MeshNormalMaterial,
|
|
'MeshNormalMaterial': THREE.MeshNormalMaterial,
|
|
'MeshPhongMaterial': THREE.MeshPhongMaterial,
|
|
'MeshPhongMaterial': THREE.MeshPhongMaterial,
|
|
- 'ParticleBasicMaterial': THREE.ParticleBasicMaterial,
|
|
|
|
- 'ParticleCanvasMaterial': THREE.ParticleCanvasMaterial,
|
|
|
|
|
|
+ 'ParticleSystemMaterial': THREE.ParticleSystemMaterial,
|
|
'ShaderMaterial': THREE.ShaderMaterial,
|
|
'ShaderMaterial': THREE.ShaderMaterial,
|
|
|
|
+ 'SpriteCanvasMaterial': THREE.SpriteCanvasMaterial,
|
|
'Material': THREE.Material
|
|
'Material': THREE.Material
|
|
|
|
|
|
};
|
|
};
|