mirror of
https://github.com/lubosz/overte.git
synced 2025-08-27 06:45:43 +02:00
Updated header summary to be more specific with how the loading works
This commit is contained in:
parent
3f5cd0237d
commit
4fc44b0929
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
|||
// Created by Eric Levin on 11/10/2015.
|
||||
// Copyright 2013 High Fidelity, Inc.
|
||||
//
|
||||
// This is script loads models from a specified directory
|
||||
// This script is an example of a way to dynamically load and place models in a grid from a specified s3 directory on the hifi-public bucket.
|
||||
// The directory can be specified by changing the query string variable on line 19 to the desired relative path.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
|
|
Loading…
Reference in a new issue