Skip to content

Commit 75f906d

Browse files
committed
Fix tabs
1 parent bf21354 commit 75f906d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ The content of this section is different for triangular meshes and point clouds.
153153
For point cloud conversions, this section contains only a single entry:
154154

155155
* `numPoints`: The total number of points in the input model.
156+
---
156157

157158
### The *outputInfo* section
158159

@@ -177,7 +178,7 @@ This section records information calculated from the converted asset. Again, the
177178
* `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).
178179
* `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.
179180
* `boundingBox`: The bounds of the model.
180-
181+
---
181182

182183
## Deprecated features
183184

0 commit comments

Comments
 (0)