Skip to content

Commit bf21354

Browse files
committed
Using tabs
1 parent 3c1ee5c commit bf21354

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
@@ -136,7 +136,7 @@ This section provides information about the source scene. There will often be di
136136

137137
The content of this section is different for triangular meshes and point clouds.
138138

139-
#### Input statistics for triangular meshes
139+
# [Triangular meshes](#tab/TriangularMeshes)
140140

141141
* `numMeshes`: The number of mesh parts, where each part can reference a single material.
142142
* `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).
@@ -148,7 +148,7 @@ The content of this section is different for triangular meshes and point clouds.
148148
* `numMeshUsagesInScene`: The number of times nodes reference meshes. More than one node may reference the same mesh.
149149
* `maxNodeDepth`: The maximum depth of the nodes within the scene graph.
150150

151-
#### Input statistics for point clouds
151+
# [Point clouds](#tab/PointClouds)
152152

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

@@ -165,14 +165,14 @@ This section records general information about the generated output.
165165

166166
This section records information calculated from the converted asset. Again, the section holds different information for triangular meshes and point clouds.
167167

168-
#### Output statistics for triangular meshes
168+
# [Triangular meshes](#tab/TriangularMeshes)
169169

170170
* `numMeshPartsCreated`: The number of meshes in the arrAsset. It can differ from `numMeshes` in the `inputStatistics` section, because instancing is affected by the conversion process.
171171
* `numMeshPartsInstanced`: The number of meshes that are reused in the arrAsset.
172172
* `recenteringOffset`: When the `recenterToOrigin` option in the [ConversionSettings](configure-model-conversion.md) is enabled, this value is the translation that would move the converted model back to its original position.
173173
* `boundingBox`: The bounds of the model.
174174

175-
#### Output statistics for point clouds
175+
# [Point clouds](#tab/PointClouds)
176176

177177
* `numPoints`: The overall number of points in the converted 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).
178178
* `recenteringOffset`: When the `recenterToOrigin` option in the [ConversionSettings](configure-model-conversion.md) is enabled, this value is the translation that would move the converted model back to its original position.

0 commit comments

Comments
 (0)