s3d_flags_on - enable flags of object
#include <s3d.h> int s3d_flags_on(int object, uint32_t flags);
Turn some flags on for object. Warning If you don´t toggle OF_VISIBLE on, you won´t see your object. usually you want this. (at least after you *push()d all your content)
Simon Wunderlich Author of s3d