Skip to content

Commit 2c89020

Browse files
committed
Be more accurate about which number contributes to server size limit
1 parent a7b8779 commit 2c89020

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/remote-rendering/how-tos/conversion/get-information.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ The content of this section is different for triangular meshes and point clouds.
139139
# [Triangular meshes](#tab/TriangularMeshes)
140140

141141
* `numMeshes`: The number of mesh parts, where each part can reference a single material.
142-
* `numFaces`: The total number of triangles in the whole model. This number contributes to the primitive limit in the [standard rendering server size](../../reference/vm-sizes.md#how-the-renderer-evaluates-the-number-of-primitives).
143-
* `numVertices`: The total number of vertices in the whole model.
144-
* `numMaterial`: The total number of materials in the whole model.
142+
* `numFaces`: The total number of triangles in the source model. For an accurate number of output primitives, refer to the `numPrimitives` entry in the [output section](#the-outputstatistics-section).
143+
* `numVertices`: The total number of vertices in the source model.
144+
* `numMaterial`: The total number of materials in the source model.
145145
* `numFacesSmallestMesh`: The number of triangles/points in the smallest mesh of the model.
146146
* `numFacesBiggestMesh`: The number of triangles/points in the biggest mesh of the model.
147147
* `numNodes`: The number of nodes in the model's scene graph.
@@ -152,7 +152,7 @@ The content of this section is different for triangular meshes and point clouds.
152152

153153
For point cloud conversions, this section contains only a single entry:
154154

155-
* `numPoints`: The total number of points in the input model.
155+
* `numPoints`: The total number of points in the input model. For an accurate number of output points, refer to the `numPoints` entry in the [output section](#the-outputstatistics-section).
156156
---
157157

158158
### The *outputInfo* section

0 commit comments

Comments
 (0)