Address review comments.

This commit is contained in:
David Rowe 2019-03-28 14:21:51 +13:00
parent 9a1bb27034
commit f933872620

View file

@ -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) {