Skip to content

Commit 1e10fbb

Browse files
author
Christopher Remde
committed
Fixed some links in samples and Materials sections of docs
1 parent 0df18e6 commit 1e10fbb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/content/docs/tutorials/materials/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The pointcloud material is emissive by default, to give a look similar to an unl
6969

7070
![Pointcloud shadergraph example](shadergraph-distortion.jpg)
7171

72-
If you don't set a custom material, a default pointcloud material will be loaded that is appropriate for the chosen rendering path. You can create your own Pointcloud shaders to more finely tune the appearance of the points. You will need some experience with writing shaders for Unitys Shaderlab/GLSL and/or Shadergraph. We strongly recommend to take a look at the [Shadergraph Example](/Unity_Geometry_Sequence_Player/docs/tutorials/materials/samples/#sample-05-shadergraph) and clone one of the available pointcloud shaders found under:
72+
If you don't set a custom material, a default pointcloud material will be loaded that is appropriate for the chosen rendering path. You can create your own Pointcloud shaders to more finely tune the appearance of the points. You will need some experience with writing shaders for Unitys Shaderlab/GLSL and/or Shadergraph. We strongly recommend to take a look at the [Shadergraph Example](/Unity_Geometry_Sequence_Player/docs/tutorials/samples/#sample-05-shadergraph) and clone one of the available pointcloud shaders found under:
7373

7474
`Packages > Geometry Sequence Player > Runtime > Shader > Resources`
7575

docs/content/docs/tutorials/samples/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ To start, open up the Shadergraph at:
104104

105105
`Assets\Samples\Geometry Sequence Player\1.2.0\Sequence Samples\ExampleData\ExtraAssets\Shaders\DistortionShader.shadergraph`
106106

107-
and take a look at the comments there to get an understanding of what makes the shader work. It is strongly recommended to get a basic graps of shader and shadergraph concepts first!
107+
and take a look at the comments there to get an understanding of what makes the shader work. It is strongly recommended to get a basic grap of [shaders](https://thebookofshaders.com/) and [shadergraph concepts](https://docs.unity3d.com/6000.2/Documentation/Manual/shader-graph.html) before diving into this!
108108

109-
[More info](/Unity_Geometry_Sequence_Player/docs/tutorials/materials/)
109+
[More info](/Unity_Geometry_Sequence_Player/docs/tutorials/materials-and-shaders/)

0 commit comments

Comments
 (0)