Skip to content

Commit 98d8ec0

Browse files
committed
fix: Broken styling and appearance link. Remove whole sentence
There is no record on the wayback machine that this ever existed
1 parent abd1c4a commit 98d8ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/tutorials/en/custom-geometry.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function draw(){
5353

5454
A common issue that can come up with custom models is scaling. Depending on how the model is constructed, it might be a very different size when drawn in p5.js, or be too small to be drawn at all. The `loadModel()` method includes a `normalize` parameter that will resize the model to something that works better in p5.js.
5555

56-
*Note that there is currently no support for loading materials and colors from model files. You can add color, materials, and textures manually after loading a model, which you can learn about in the* [*Styling and Appearance*](styling-and-appearance) *tutorial.*
56+
*Note that there is currently no support for loading materials and colors from model files. You can add color, materials, and textures manually after loading a model.*
5757

5858
<Callout>
5959

0 commit comments

Comments
 (0)