Voxvision  1
Creating and manipulating voxel octrees
screenshot.h
Go to the documentation of this file.
1 
5 #ifndef SCREENSHOT_H
6 #define SCREENSHOT_H
7 #include "renderer.h"
8 
22 VOX_EXPORT int vox_screenshot (const struct vox_rnd_ctx *context, const char *dirname);
23 
24 #endif
The renderer.
VOX_EXPORT int vox_screenshot(const struct vox_rnd_ctx *context, const char *dirname)
Save a screenshot.
A renderer context.
Definition: renderer.h:45