twn_skybox.c
This commit is contained in:
@ -73,4 +73,7 @@ TWN_API void unfurl_triangle(const char *path,
|
||||
/* pushes a camera state to be used for all future unfurl_* commands */
|
||||
TWN_API void set_camera(const Camera *camera);
|
||||
|
||||
/* expects '*' masks that will be expanded to 6 names: 'up', 'down', 'east', 'west', 'north' and 'south' */
|
||||
TWN_API void push_skybox(const char *paths);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user