Skip to content

Commit

Permalink
deploy: 2358140
Browse files Browse the repository at this point in the history
  • Loading branch information
mrDIMAS committed Nov 9, 2023
1 parent 83b060b commit f3903d6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions fyrox/rendering/shaders.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,9 @@ <h2 id="built-in-properties"><a class="header" href="#built-in-properties">Built
<tr><td>fyrox_cameraPosition</td><td><code>vec3</code></td><td>Position of the camera.</td></tr>
<tr><td>fyrox_usePOM</td><td><code>bool</code></td><td>Whether to use parallax mapping or not.</td></tr>
<tr><td>fyrox_lightPosition</td><td><code>vec3</code></td><td>Light position.</td></tr>
<tr><td>fyrox_blendShapesStorage</td><td><code>sampler3D</code></td><td>3D texture of layered blend shape storage. Use <code>S_FetchBlendShapeOffsets</code> built-in method to fetch info.</td></tr>
<tr><td>fyrox_blendShapesWeights</td><td><code>float[128]</code></td><td>Weights of all available blend shapes.</td></tr>
<tr><td>fyrox_blendShapesCount</td><td><code>int</code></td><td>Total amount of blend shapes.</td></tr>
</tbody></table>
</div>
<p>To use any of the properties, just define a uniform with an appropriate name:</p>
Expand Down
3 changes: 3 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -4884,6 +4884,9 @@ <h2 id="built-in-properties"><a class="header" href="#built-in-properties">Built
<tr><td>fyrox_cameraPosition</td><td><code>vec3</code></td><td>Position of the camera.</td></tr>
<tr><td>fyrox_usePOM</td><td><code>bool</code></td><td>Whether to use parallax mapping or not.</td></tr>
<tr><td>fyrox_lightPosition</td><td><code>vec3</code></td><td>Light position.</td></tr>
<tr><td>fyrox_blendShapesStorage</td><td><code>sampler3D</code></td><td>3D texture of layered blend shape storage. Use <code>S_FetchBlendShapeOffsets</code> built-in method to fetch info.</td></tr>
<tr><td>fyrox_blendShapesWeights</td><td><code>float[128]</code></td><td>Weights of all available blend shapes.</td></tr>
<tr><td>fyrox_blendShapesCount</td><td><code>int</code></td><td>Total amount of blend shapes.</td></tr>
</tbody></table>
</div>
<p>To use any of the properties, just define a uniform with an appropriate name:</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit f3903d6

Please sign in to comment.