-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestin progressThis issue is being worked onThis issue is being worked on
Description
-
set_position(x, y, z, [no_interp])will change the position of the Thing as well as its position in the bump grid.no_interpwill skip interpolation if set totrue. All Things should use this method from now on instead of directly modifying position variables. -
set_size(radius, [height], [test])will change the collision size of the Thing and adjust its position ifm_collisionis enabled. Iftestistrue, the method will fail if the new size doesn't have enough space. -
set_bump_size(radius)changes the bump size of the Thing and updates its position in the bump grid.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestin progressThis issue is being worked onThis issue is being worked on