You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
void ReadObj(FILE* f, struct Scene* scene); // Imports points from ASCII obj f* into scene*. Must only be tris and quads. Also it might not work if there are certain data types in obj file. idk I did like no research