|
Set the width, length and height of the given object.
Note that this function uses STATE_object_set_scale() in order to change the
dimensions of the object.
For more details please see STATE_object_get_dimensions()
See also: STATE_object_set_scale(), STATE_object_get_dimensions(), STATE_object_get_bounding_box()
Example:
STATE_object_set_dimensions(my_object, 10,20,30);
|