khanat-opennel-code/code/nel/samples/pacs
StudioEtrange 9bc219ee14 CMAKE TARGET : SHARED and MODULE
About Shared Library (shared) and Module Library (module) type of cmake target
INSTALL command has different behaviour for ARCHIVE LIBRARY RUNTIME depending on the platform
2014-02-16 19:43:44 +01:00
..
shapes CMAKE TARGET : SHARED and MODULE 2014-02-16 19:43:44 +01:00
CMakeLists.txt CMAKE TARGET : SHARED and MODULE 2014-02-16 19:43:44 +01:00
main.cpp CMAKE TARGET : SHARED and MODULE 2014-02-16 19:43:44 +01:00
object.cpp CMAKE TARGET : SHARED and MODULE 2014-02-16 19:43:44 +01:00
object.h CMAKE TARGET : SHARED and MODULE 2014-02-16 19:43:44 +01:00
readme.txt CMAKE TARGET : SHARED and MODULE 2014-02-16 19:43:44 +01: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 information 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