Browse Source

Merge pull request #926 from Cubees/patch-1

ReadMe update
David Catuhe 9 năm trước cách đây
mục cha
commit
0fe03d8fed
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      materialsLibrary/materials/fur/readme.md

+ 2 - 2
materialsLibrary/materials/fur/readme.md

@@ -14,7 +14,7 @@ var sphere = BABYLON.Mesh.CreateSphere("sphere", 500, 8, scene);
 The fur material is created using 
 
 ```
-var furMaterial = new BABYLON.furMaterial("fur_material", scene);
+var furMaterial = new BABYLON.FurMaterial("fur_material", scene);
 
 ground.material = furMaterial;
 ```
@@ -282,4 +282,4 @@ function convertToSmoothShadedMesh(mesh) {
 	return mesh;
 	
 }
-```
+```