From 2d809dad9348c5b6a5d13d2185e017c7f7529251 Mon Sep 17 00:00:00 2001 From: Dawn Childress Date: Fri, 6 Jun 2025 04:26:40 -0700 Subject: [PATCH] use case 5. 5a definitions --- source/presentation/4.0/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/presentation/4.0/index.md b/source/presentation/4.0/index.md index 9db742358..112333720 100644 --- a/source/presentation/4.0/index.md +++ b/source/presentation/4.0/index.md @@ -1041,7 +1041,10 @@ This example adds a Light and a Camera to the previous example, and places the m * The provided Light should replace any default lighting the client might have. {: .note} - +__Definitions__
+Classes: [Manifest](#model/Manifest), [Scene](#model/Scene), [Model](#model/Model), [SpecificResource](#model/SpecificResource), [PointSelector](#model/PointSelector), [PerspectiveCamera](#model/PerspectiveCamera), [SpotLight](#model/SpotLight)

+Properties: [backgroundColor](#model/backgroundColor), [lookAt](#model/lookAt), [near](#model/near), [far](#model/far), [feildOfView](#model/fieldOfView), [angle](#model/angle), [color](#model/color) +{: .note} ## Use Case 6: Complex Scene