Browse Source

Merge pull request #18429 from WestLangley/dev_gltf_loader_example

Examples: Add comment regarding the use of RoughnessMipmapper
WestLangley 5 năm trước cách đây
mục cha
commit
bbca005a62
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      examples/webgl_loader_gltf.html

+ 1 - 0
examples/webgl_loader_gltf.html

@@ -57,6 +57,7 @@
 
 						// model
 
+						// use of RoughnessMipmapper is optional
 						var roughnessMipmapper = new RoughnessMipmapper( renderer );
 
 						var loader = new GLTFLoader().setPath( 'models/gltf/DamagedHelmet/glTF/' );