Xors3d Engine
Response types

Defines

#define RESPONSE_SLIDING   2
#define RESPONSE_SLIDING_DOWNLOCK   3
#define RESPONSE_STOP   1

Define Documentation

#define RESPONSE_STOP   1

Object will stop moving if collision occurs.

#define RESPONSE_SLIDING   2

Object will slide if collision occurs.

#define RESPONSE_SLIDING_DOWNLOCK   3

Object will slide if collision occurs, but sliding down the slope will be prevented.