We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43324e6 commit 5a8d296Copy full SHA for 5a8d296
src/renderers/common/Renderer.js
@@ -835,7 +835,7 @@ class Renderer {
835
* @param {Object3D} scene - The scene or 3D object to precompile.
836
* @param {Camera} camera - The camera that is used to render the scene.
837
* @param {?Scene} targetScene - If the first argument is a 3D object, this parameter must represent the scene the 3D object is going to be added.
838
- * @return {Promise<Array|undefined>} A Promise that resolves when the compile has been finished.
+ * @return {Promise} A Promise that resolves when the compile has been finished.
839
*/
840
async compileAsync( scene, camera, targetScene = null ) {
841
0 commit comments