Co-authored-by: Samuel Rigaud <rigaud@gmail.com>
@@ -148,7 +148,7 @@ class HDRCubeTextureLoader extends Loader {
* Sets the texture type.
*
* @param {(HalfFloatType|FloatType)} value - The texture type to set.
- * @return {HDRLoader} A reference to this loader.
+ * @return {HDRCubeTextureLoader} A reference to this loader.
*/
setDataType( value ) {
@@ -244,7 +244,7 @@ class AnamorphicNode extends TempNode {
* The resolution scale.
* @deprecated
- * @type {vec2}
+ * @type {Vector2}
* @default {(1,1)}
get resolution() {
@@ -320,7 +320,7 @@ class GaussianBlurNode extends TempNode {