From 16771a4e73d0b940a1e806411b8456c6ad39e405 Mon Sep 17 00:00:00 2001 From: thehanslevi Date: Mon, 15 Jun 2026 11:13:30 -0400 Subject: [PATCH] docs: fix parameter heading typos --- DOC.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DOC.md b/DOC.md index 47ad2d6..56e3a05 100644 --- a/DOC.md +++ b/DOC.md @@ -133,10 +133,10 @@ The *R*elative scale. #### Parameter `MeshHor` and `MeshVer` These two parameters are not useful now. -#### Paramter `ProjRatio` +#### Parameter `ProjRatio` When `1`, the mesh would project the vertices on the screen. -#### Paramter `TargetVal` and `Threshold` +#### Parameter `TargetVal` and `Threshold` Deprecated: the values lowers than `Threshold` would be set to `TargetVal`. #### `_mesh.indexFormat` @@ -528,4 +528,4 @@ Converts the `Depth` object into a texture. - Shouldn't this be in `Depth`? ### `VRRecordBehavior.cs` -Saves the screen on the VR headset. \ No newline at end of file +Saves the screen on the VR headset.