-
-
Notifications
You must be signed in to change notification settings - Fork 43
Project Structure
Valtteri Koskivuori edited this page May 4, 2019
·
4 revisions
Directory structure:
- C-Ray.xcodeproj - macOS Xcode project file
-
bin - Compiled binaries compiled with
cmake
go here - cmake - CMake modules
- input - Input files are loaded from here (Meshes, textures, scene definition files)
- models - Neural network models and related training data
- obj - .o files for the build system are stored here (NOT for OBJ meshes!)
- output - File output directory. Finished images are written here by default (Configurable)
- scripts - Experimental scripts for creating animations, as well as release bundling scripts.
- src - Source code, including 3rd party libs as source