Skip to content

Commit 0e53bb6

Browse files
committed
nit to make Acrolinx happier
1 parent d768090 commit 0e53bb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/remote-rendering/how-tos/conversion/configure-model-conversion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This chapter documents the options for the model conversion.
1313

1414
## Settings file
1515

16-
If a file called `<modelName>.ConversionSettings.json` is found in the input container beside the input model `<modelName>.<ext>`, then it will be used to provide additional configuration for the model conversion process.
16+
If a file called `<modelName>.ConversionSettings.json` is found in the input container beside the input model `<modelName>.<ext>`, then it will be used to provide extra configuration for the model conversion process.
1717
For example, `box.ConversionSettings.json` would be used when converting `box.gltf`.
1818

1919
The contents of the file should satisfy the following json schema:
@@ -258,7 +258,7 @@ The properties that do have an effect on point cloud conversion are:
258258

259259
## Memory optimizations
260260

261-
Memory consumption of loaded content may become a bottleneck on the rendering system. If the memory payload becomes too large, it may compromise rendering performance or cause the model to not load altogether. This paragraph discusses some important strategies to reduce the memory footprint.
261+
Memory consumption of loaded content may become a bottleneck on the rendering system. If the memory payload becomes too large, it may compromise rendering performance, or cause the model to not load altogether. This paragraph discusses some important strategies to reduce the memory footprint.
262262

263263
> [!NOTE]
264264
> The following optimizations apply to triangular meshes. There is no way to optimize the output of point clouds through conversion settings.

0 commit comments

Comments
 (0)