Skip to content

Commit 3f69648

Browse files
committed
Commit @thalbern's review suggestions
1 parent 4f8ccb2 commit 3f69648

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Documentation/SpatialAwareness/ConfiguringSpatialAwarenessMeshObserver.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ The observer shape defines the type of volume that the mesh observer will use wh
4040

4141
#### Axis Aligned Cube
4242

43-
An axis aligned cube volume is a rectangular shape that stays aligned with the axes of the world coordinate system, as determened at application startup.
43+
An axis aligned cube volume is a rectangular shape that stays aligned with the axes of the world coordinate system, as determined at application startup.
4444

4545
#### User Aligned Cube
4646

4747
A user aligned cube volume is a rectangular shape that rotates to align with the users local coordinate system.
4848

4949
### Observation Extents
5050

51-
The observation extents define the distance from the observation point that meshes will be observed. When the [Observer Shape](#observer-shape) is set to Sphere, the X value of the extents will be used as the radius of the sphere.
51+
The observation extents define the distance from the observation point that meshes will be observed. When the [Observer Shape](#observer-shape) is set to sphere, the X value of the extents will be used as the radius of the sphere.
5252

5353
## Physics Settings
5454

@@ -70,17 +70,17 @@ Specifies whether or not the mesh observer will recalculate the normals of the m
7070

7171
Specifies the level of detail (LOD) of the spatial mesh data. Currently defined values are Coarse, Fine and Custom.
7272

73-
The Coarse LOD generally place a smaller impact on application performance and are an excellent choice for navigation and plane finding.
73+
The Coarse LOD generally places a smaller impact on application performance and are an excellent choice for navigation and plane finding.
7474

75-
The Fine LOD generally exact a higher performance impact on application performance and are a great option for occlusion meshes.
75+
The Fine LOD generally exacts a higher performance impact on application performance and are a great option for occlusion meshes.
7676

77-
The Custom LOD require the application to specify the [Triangles / Cubic Meter](#triangles-per-cubic-meter) value and allows applications to tune the accuracy vs. performance impact of the spatial mesh observer.
77+
The Custom LOD requires the application to specify the [Triangles / Cubic Meter](#triangles-per-cubic-meter) value and allows applications to tune the accuracy vs. performance impact of the spatial mesh observer.
7878

79-
> Note: It is not guaranteed that all Triangles/Cubic Meter values are honored by all platforms. Experimentation and profiling is highlu recommended when using a custom LOD.
79+
> Note: It is not guaranteed that all Triangles/Cubic Meter values are honored by all platforms. Experimentation and profiling is highly recommended when using a custom LOD.
8080
8181
### Triangles per Cubic Meter
8282

83-
When using the Custom [Level of Detail](#level-of-detail), specifies the requested value for the triangle density for the spatial mesh.
83+
When using the custom [Level of Detail](#level-of-detail), specifies the requested value for the triangle density for the spatial mesh.
8484

8585
## Display Settings
8686

Documentation/SpatialAwareness/SpatialAwarenessGettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Once the spatial awareness system is configured with the desired observer(s), th
7777
and deployed to the target platform.
7878

7979
> Some platforms, including Microsoft HoloLens, provide support for remote execution from within Unity.
80-
This feature enables rapid development and testing without requring the build and deploy step. Be sure to do final acceptance testing using an built and deployed version of the application, running
80+
This feature enables rapid development and testing without requiring the build and deploy step. Be sure to do final acceptance testing using an built and deployed version of the application, running
8181

8282

8383
## See Also

0 commit comments

Comments
 (0)