mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 22:42:31 +02:00
Address review comments.
This commit is contained in:
parent
9a1bb27034
commit
f933872620
1 changed files with 2 additions and 2 deletions
|
@ -346,9 +346,9 @@ public:
|
|||
* @returns {ResourceObject} A resource object.
|
||||
* @example <caption>Prefetch a resource and wait until it has loaded.</caption>
|
||||
* // Replace AnimationCache with ModelCache, SoundCache, or TextureCache as appropriate.
|
||||
* // TextureCache has it's own version of this function.
|
||||
* // TextureCache has its own version of this function.
|
||||
*
|
||||
* var resourceURL = "qrc:///avatar/animations/walk_bwd_fast.fbx";
|
||||
* var resourceURL = "https://s3-us-west-1.amazonaws.com/hifi-content/clement/production/animations/sitting_idle.fbx";
|
||||
* var resourceObject = AnimationCache.prefetch(resourceURL);
|
||||
*
|
||||
* function checkIfResourceLoaded(state) {
|
||||
|
|
Loading…
Reference in a new issue