diff --git a/spec-2021x.md.html b/spec-2021x.md.html index 23caf96..7d36126 100644 --- a/spec-2021x.md.html +++ b/spec-2021x.md.html @@ -776,7 +776,7 @@ Displacement mapping modifies the position $\mathbf{p}$ of surface points to add details to geometry. The displacement parameter $h$ is a vector, specifying the direction and length of the displacement in the local surface coordinate system defined by normal $\mathbf{n}$, tangent $\mathbf{t}$, and bitangent $\mathbf{b}$ (see Section [Tangent Space]). The new position $\mathbf{p}^{\prime}$ is given as \begin{eqnarray} -\mathbf{p}^{\prime} = \mathbf{p} + \mathbf{x} h_x + \mathbf{y} h_y + \mathbf{n} h_z +\mathbf{p}^{\prime} = \mathbf{p} + \mathbf{t} h_x + \mathbf{b} h_y + \mathbf{n} h_z \end{eqnarray} Name | Type | Default | Range | Description diff --git a/spec-2022x.md.html b/spec-2022x.md.html index 6e96ac9..f94def5 100644 --- a/spec-2022x.md.html +++ b/spec-2022x.md.html @@ -803,7 +803,7 @@ Displacement mapping modifies the position $\mathbf{p}$ of surface points to add details to geometry. The displacement parameter $h$ is a vector, specifying the direction and length of the displacement in the local surface coordinate system defined by normal $\mathbf{n}$, tangent $\mathbf{t}$, and bitangent $\mathbf{b}$ (see Section [Tangent Space]). The new position $\mathbf{p}^{\prime}$ is given as \begin{eqnarray} -\mathbf{p}^{\prime} = \mathbf{p} + \mathbf{x} h_x + \mathbf{y} h_y + \mathbf{n} h_z +\mathbf{p}^{\prime} = \mathbf{p} + \mathbf{t} h_x + \mathbf{b} h_y + \mathbf{n} h_z \end{eqnarray} Name | Type | Default | Range | Description