From 4755e643c2fa33f6dd6e58f9f968ae836f742e2f Mon Sep 17 00:00:00 2001 From: Simon Stucki Date: Wed, 28 Aug 2024 07:24:22 +0200 Subject: [PATCH] Add link to material mapping technique --- website/docs/material/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/material/index.md b/website/docs/material/index.md index 7e6f3a8..bd342a4 100644 --- a/website/docs/material/index.md +++ b/website/docs/material/index.md @@ -22,3 +22,7 @@ material.oBaseColor = [0.6, 0.9, 0.5]; :::tip Use code completion to aid in finding parameters. ::: + +## Material Mapping + +For information on how to apply a material onto an existing object, see the instructions in [Material Mapping](../techniques/material-mapping).