r3dragp

r3dragp

Class

real/objects/r3dragp.h

Library

r3obj

Description:

Drag animation object. Moves based on collisions between ground and animated object.

See Also

real/objects/r3prim.h

Super Class

r3Primitive

R3CLID_PRIMITIVE

JavaScript

r3Dragpoint

Class Identifier

R3CLID_DRAGPOINT - 1726

Methods

HIT,

Attributes

R3DRAGPOINTM_HIT

Method

HIT

Identifier

R3DRAGPOINTM_HIT

Param 1:

R3FLOAT, slaves distance to the ground

Param 2:

R3VECTOR, slaves previous position

Param 3:

R3VECTOR, slaves new position

JavaScript

obj.HIT(p1, p2, p3);

Description

report hit information to the master

Tags

Tags

R3DRAGPA_Mode