Skip to content

Commit 626ed6a

Browse files
committed
setup tutorial
1 parent 5f6db92 commit 626ed6a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/**
2+
\page tutorial-panda3d Rendering a 3D scene with Panda3D
3+
\tableofcontents
4+
5+
\section tutorial-panda3d-intro Introduction
6+
*/

doc/tutorial/tutorial-users.dox

+8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ This page references all the tutorials to use and contribute to ViSP.
1111

1212
- \subpage tutorial_calib
1313

14+
- \subpage tutorial_rendering
15+
1416
- \subpage tutorial_tracking
1517

1618
- \subpage tutorial_detection
@@ -85,6 +87,12 @@ This page introduces the user to the way to calibrate a camera.
8587
- \subpage tutorial-calibration-extrinsic <br>This tutorial explains how to get the camera eye-in-hand extrinsic transformation when the camera is mounted on a robot end-effector.
8688
*/
8789

90+
/*! \page tutorial_rendering 3D rendering and augmented reality
91+
This page gives an introduction to using the 3D rendering tools integrated into ViSP.
92+
93+
- \subpage tutorial-panda3d <br>This tutorial gives an overview of the rendering capabilities of the Panda3D wrapper.
94+
*/
95+
8896
/*! \page tutorial_tracking Tracking
8997
This page introduces the user to the way to track objects in images.
9098

0 commit comments

Comments
 (0)