Skip to content

Commit

Permalink
doc: More clear wording
Browse files Browse the repository at this point in the history
  • Loading branch information
atteneder committed Apr 13, 2021
1 parent 78ce680 commit 9c62b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation~/glTFast.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async void Start() {
var material = gltf.GetMaterial();
Debug.LogFormat("The first material is called {0}", material.name);

// Instantiate the scenes multiple times
// Instantiate the entire glTF multiple times
gltf.InstantiateGltf( new GameObject("Instance 1").transform );
gltf.InstantiateGltf( new GameObject("Instance 2").transform );
gltf.InstantiateGltf( new GameObject("Instance 3").transform );
Expand Down

0 comments on commit 9c62b27

Please sign in to comment.