You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/remote-rendering/how-tos/conversion/get-information.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,9 +139,9 @@ The content of this section is different for triangular meshes and point clouds.
139
139
# [Triangular meshes](#tab/TriangularMeshes)
140
140
141
141
*`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.
145
145
*`numFacesSmallestMesh`: The number of triangles/points in the smallest mesh of the model.
146
146
*`numFacesBiggestMesh`: The number of triangles/points in the biggest mesh of the model.
147
147
*`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.
152
152
153
153
For point cloud conversions, this section contains only a single entry:
154
154
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).
0 commit comments