@galacean/engine-core 2.0.0-alpha.43 → 2.0.0-alpha.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +3 -3
- package/dist/main.js.map +1 -1
- package/dist/module.js +3 -3
- package/dist/module.js.map +1 -1
- package/package.json +3 -3
- package/types/mesh/PrimitiveMesh.d.ts +3 -3
package/dist/main.js
CHANGED
|
@@ -15951,10 +15951,10 @@ var BufferUpdateInfo = /*#__PURE__*/ function() {
|
|
|
15951
15951
|
return mesh;
|
|
15952
15952
|
};
|
|
15953
15953
|
/**
|
|
15954
|
-
* Create a plane mesh.
|
|
15954
|
+
* Create a plane mesh with U mapped along local +X and V along local +Z.
|
|
15955
15955
|
* @param engine - Engine
|
|
15956
|
-
* @param width - Plane width
|
|
15957
|
-
* @param height - Plane height
|
|
15956
|
+
* @param width - Plane width along the local X axis
|
|
15957
|
+
* @param height - Plane height along the local Z axis
|
|
15958
15958
|
* @param horizontalSegments - Plane horizontal segments
|
|
15959
15959
|
* @param verticalSegments - Plane vertical segments
|
|
15960
15960
|
* @param noLongerAccessible - No longer access the vertices of the mesh after creation
|