3.50. s3d_scale

#include <s3d.h>

int s3d_scale( int object, float s );

Scales the object. about factor s. s=1 will be the original size, -1 will mirror it.

Important

s=0 is forbidden and will be ignored! s3d_scale is also absolute, not relative!