khanat-opennel-code/code/nel/samples/pacs
2012-03-03 10:49:42 +01:00
..
shapes initial version 2010-05-06 02:08:41 +02:00
CMakeLists.txt Fixed: #1106 Avoid VC++ to relink all projects when using CMake generated projects 2010-09-29 23:52:28 +02:00
main.cpp Changed: Exceptions catched by reference 2011-06-03 10:35:25 +02:00
object.cpp initial version 2010-05-06 02:08:41 +02:00
object.h initial version 2010-05-06 02:08:41 +02:00
readme.txt initial version 2010-05-06 02:08:41 +02:00

This sample show how to use PACS to move primitives and test collisions
against others.

For the time, collisions against the landscape are not shown in this 
sample. But they are managed by PACS too.

This sample show:

- Create a simple 3d client
- Creating varius PACS primitives
- Managing a static world image
- Managing several dynamic world image
- Moving PACS primitives
- Managing collisions
- Get triggered informations by collisions (flashes)

----------------

KEYS ARE : 

INSERT / DELETE		:	Add and remove primitives
ALT + LEFT MOUSE	:	Rotate
WHEEL MOUSE			:	Zoom
SPACE				:	Caos
TAB					:	Change controled primitive
ESC					:	Quit