File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ export class LUT3dlLoader extends Loader {
5757 * Loads a LUT.
5858 *
5959 * @param {String } url - The URL of the 3dl-file.
60- * @param {Function } [onLoad] - A callback that receives the loaded lookup texture.
6160 * @param {Function } [onProgress] - A progress callback that receives the XMLHttpRequest instance.
6261 * @return {Promise<LookupTexture> } A promise that returns the lookup texture.
6362 */
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ export class LUTCubeLoader extends Loader {
5656 * Loads a LUT asynchronously.
5757 *
5858 * @param {String } url - The URL of the CUBE-file.
59- * @param {Function } [onLoad] - A callback that receives the loaded lookup texture.
6059 * @param {Function } [onProgress] - A progress callback that receives the XMLHttpRequest instance.
6160 * @return {Promise<LookupTexture> } A promise that returns the lookup texture.
6261 */
Original file line number Diff line number Diff line change @@ -9175,7 +9175,6 @@ export class LUTCubeLoader extends Loader {
91759175 * Loads a LUT asynchronously.
91769176 *
91779177 * @param {String } url - The URL of the CUBE-file.
9178- * @param {Function } [onLoad] - A callback that receives the loaded lookup texture.
91799178 * @param {Function } [onProgress] - A progress callback that receives the XMLHttpRequest instance.
91809179 * @return {Promise<LookupTexture> } A promise that returns the lookup texture.
91819180 */
@@ -9227,7 +9226,6 @@ export class LUT3dlLoader extends Loader {
92279226 * Loads a LUT asynchronously.
92289227 *
92299228 * @param {String } url - The URL of the 3dl-file.
9230- * @param {Function } [onLoad] - A callback that receives the loaded lookup texture.
92319229 * @param {Function } [onProgress] - A progress callback that receives the XMLHttpRequest instance.
92329230 * @return {Promise<LookupTexture> } A promise that returns the lookup texture.
92339231 */
You can’t perform that action at this time.
0 commit comments