@@ -39,23 +39,26 @@ A perspective camera is very similar to a camera in the real world: it has a
3939view angle such that more things in the world are visible further away from the
4040camera.
4141
42- In the following example, a ` <lume-perspective-camera> ` element is placed into
42+ In the following example, a [ ` <lume-perspective-camera> ` ] ( ../../api/cameras/PerspectiveCamera ) element is placed into
4343the scene, and we can control several aspects of the camera like the field of
4444view (fov), position, and rotation.
4545
4646All cameras start "inactive". When a manually-created camera is not ` active `
4747(i.e. it does not have an ` active ` attribute, or the attribute is set to
4848` active="false" ` , or the ` .active ` property is set to ` false ` ), then the scene
4949will use its internal default camera (see
50- [ ` Scene#camera ` ] ( ../api/core/Scene#camera ) for info on the default camera). Once
50+ [ ` Scene#camera ` ] ( ../../ api/core/Scene#camera ) for info on the default camera). Once
5151the perspective camera is active then the view will be displayed through the
5252lense of that camera, and we can manipulate that camera to control our view.
5353
54+ See the [ ` PerspectiveCamera ` ] ( ../../api/cameras/PerspectiveCamera ) class for details on all of its
55+ attributes and properties.
56+
5457<live-code id =" cameraExample " ></live-code >
5558
5659# Camera Rig
5760
58- The [ ` <lume-camera-rig> ` ] ( ../api/cameras/CameraRig ) element is similar to a
61+ The [ ` <lume-camera-rig> ` ] ( ../../ api/cameras/CameraRig ) element is similar to a
5962real-life camera rig that holds a camera making it easy to move the camera in space using controls for rotating
6063the camera around or moving the camera closer or further to or from a focus point.
6164
@@ -69,5 +72,5 @@ local origin, and scroll or pinch with fingers to zoom:
6972 rigExample .content = cameraRigExample
7073</script >
7174
72- See the [ ` CameraRig ` ] ( ../api/cameras/CameraRig ) class for details on all of its
75+ See the [ ` CameraRig ` ] ( ../../ api/cameras/CameraRig ) class for details on all of its
7376attributes and properties.
0 commit comments