mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboOs.git
synced 2026-06-15 17:56:17 +00:00
45 lines
1.3 KiB
JavaScript
45 lines
1.3 KiB
JavaScript
/**
|
|
// * we want to wrap the loading of animations into our own runtime file resolution
|
|
// * and format conversion
|
|
// * @private
|
|
// */
|
|
|
|
/**
|
|
// * provided for backwards compatibility
|
|
// * @deprecated
|
|
// * @private
|
|
// */
|
|
|
|
/**
|
|
// * Creates an animation builder from a .keys file.
|
|
// * @function jibo.animate#createAnimationBuilderFromKeysPath
|
|
// * @param {String} uri Path to the .keys file.
|
|
// * @param {String} root Base path from which texture files are located.
|
|
// * @param {jibo.animate~AnimationBuilderCreatedCallback} cb Callback function that takes an {@link AnimationBuilder} as an argument.
|
|
// * @deprecated since 3.1.0
|
|
// * @see jibo.loader#load
|
|
// */
|
|
|
|
/**
|
|
// * provided for backwards compatibility
|
|
// * @deprecated
|
|
// * @private
|
|
// */
|
|
|
|
/**
|
|
// * Shared three.js module reference.
|
|
// * @member jibo.animate.THREE
|
|
// */
|
|
|
|
/**
|
|
// * Wrapping this call because we already have a reference to robot info
|
|
// * and the timeline.
|
|
// * @private
|
|
// */
|
|
|
|
/**
|
|
// * Creates a face renderer bound to the given DOM element.
|
|
// * @function jibo.visualize#createFaceRenderer
|
|
// * @param {HTMLElement} element The element to draw the eye to.
|
|
// * @returns {FaceRenderer}
|
|
// */ |