diff --git a/docs/api/en/core/BufferGeometry.html b/docs/api/en/core/BufferGeometry.html index b4ff4e2ce6081b..43630ef3bf4acb 100644 --- a/docs/api/en/core/BufferGeometry.html +++ b/docs/api/en/core/BufferGeometry.html @@ -191,6 +191,7 @@
An object that can be used to store custom data about the BufferGeometry. It should not hold references to functions as these will not be cloned. + Default is an empty object `{}`.
An object that can be used to store custom data about the Object3D. It should not hold references to functions as these will not be cloned. + Default is an empty object `{}`.
An object that can be used to store custom data about the Material. It should not hold references to functions as these will not be cloned. + Default is an empty object `{}`.
An object that can be used to store custom data about the texture. It should not hold references to functions as these will not be cloned. + Default is an empty object `{}`.