Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 09480e2

Browse files
committed
move location of glslSDF
1 parent 15555d4 commit 09480e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎docs/.vuepress/config.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ module.exports = {
3434
'/references-js/geometries/line',
3535
'/references-js/geometries/cylinder',
3636
'/references-js/geometries/grid',
37+
'/references-js/geometries/glslSDF',
3738
]
3839
},
3940
{
@@ -52,7 +53,6 @@ module.exports = {
5253
'/references-js/operations/shell',
5354
'/references-js/operations/expand',
5455
'/references-js/operations/setSDF',
55-
'/references-js/operations/glslSDF',
5656
]
5757
},
5858
{

‎docs/references-js/README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Shader Park provides a set of built in functions to help you create your sculptu
88

99
### Geometry
1010
#### Primitives
11-
[sphere](/references-js/geometries/sphere.html), [box](/references-js/geometries/box.html), [boxFrame](/references-js/geometries/boxFrame.html), [torus](/references-js/geometries/torus.html), [line](/references-js/geometries/line.html), [cylinder](/references-js/geometries/cylinder.html), [grid](/references-js/geometries/grid.html)
11+
[sphere](/references-js/geometries/sphere.html), [box](/references-js/geometries/box.html), [boxFrame](/references-js/geometries/boxFrame.html), [torus](/references-js/geometries/torus.html), [line](/references-js/geometries/line.html), [cylinder](/references-js/geometries/cylinder.html), [grid](/references-js/geometries/grid.html), [glslSDF](/references-js/geometries/glslSDF.html)
1212

1313
#### Construction Modes
1414
[union](/references-js/operations/union.html), [difference](/references-js/operations/difference.html), [blend](/references-js/operations/blend.html), [intersect](/references-js/operations/intersect.html), [mixGeo](/references-js/operations/mixGeo.html)
1515

1616
#### Modifiers
17-
[expand](/references-js/operations/expand.html), [shell](/references-js/operations/shell.html), [setSDF](/references-js/operations/setSDF.html), [glslSDF](/references-js/operations/glslSDF.html)
17+
[expand](/references-js/operations/expand.html), [shell](/references-js/operations/shell.html), [setSDF](/references-js/operations/setSDF.html)
1818

1919
### Composition
2020
[shape](/references-js/geometries/shape.html)
File renamed without changes.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /