aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/areas_of_interest/aoi_scene_description.md
diff options
context:
space:
mode:
authorThéo de la Hogue2023-06-07 20:13:40 +0200
committerThéo de la Hogue2023-06-07 20:13:40 +0200
commit3bf8b12727974095b92db59434012e73266f6af2 (patch)
tree124b51f85c23760aea44590e8989677c313a485e /docs/user_guide/areas_of_interest/aoi_scene_description.md
parent40ceea01f289acabc0badfd09cd593c46aa0b41d (diff)
downloadargaze-3bf8b12727974095b92db59434012e73266f6af2.zip
argaze-3bf8b12727974095b92db59434012e73266f6af2.tar.gz
argaze-3bf8b12727974095b92db59434012e73266f6af2.tar.bz2
argaze-3bf8b12727974095b92db59434012e73266f6af2.tar.xz
Improving cross reference in area of interest section.
Diffstat (limited to 'docs/user_guide/areas_of_interest/aoi_scene_description.md')
-rw-r--r--docs/user_guide/areas_of_interest/aoi_scene_description.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user_guide/areas_of_interest/aoi_scene_description.md b/docs/user_guide/areas_of_interest/aoi_scene_description.md
index dcda74b..e6a8a16 100644
--- a/docs/user_guide/areas_of_interest/aoi_scene_description.md
+++ b/docs/user_guide/areas_of_interest/aoi_scene_description.md
@@ -5,7 +5,7 @@ title: AOI scene description
AOI scene description
=====================
-An AOI3D scene is built from a 3D model with all AOI as 3D planes and loaded through OBJ file format.
+An [AOI3DScene](/argaze/#argaze.AreaOfInterest.AOI3DScene) is built from a 3D model with all AOI as 3D planes and loaded through OBJ file format.
Notice that plane normals are not needed and planes are not necessary 4 vertices shapes.
``` obj
@@ -47,7 +47,7 @@ f 185 190 186 188 191 187 189
...
```
-Here is a sample of code to show the loading of an AOI3D scene from an OBJ file description:
+Here is a sample of code to show the loading of an [AOI3DScene](/argaze/#argaze.AreaOfInterest.AOI3DScene) from an OBJ file description:
``` python
from argaze.AreaOfInterest import AOI3DScene