Skip to content

Commit

Permalink
Merge pull request #18429 from WestLangley/dev_gltf_loader_example
Browse files Browse the repository at this point in the history
Examples: Add comment regarding the use of RoughnessMipmapper
  • Loading branch information
WestLangley authored Jan 20, 2020
2 parents 01ccfba + 4a7c8da commit bbca005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/webgl_loader_gltf.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@

// model

// use of RoughnessMipmapper is optional
var roughnessMipmapper = new RoughnessMipmapper( renderer );

var loader = new GLTFLoader().setPath( 'models/gltf/DamagedHelmet/glTF/' );
Expand Down

0 comments on commit bbca005

Please sign in to comment.