-
-
Notifications
You must be signed in to change notification settings - Fork 44
Project Structure
Valtteri Koskivuori edited this page May 30, 2018
·
4 revisions
Directory structure:
- C-Ray.xcodeproj - macOS Xcode project file
- CRayWindows - Visual Studio (Windows) project files
- bin - Compiled binaries created with Make go here
- input - Input files are loaded from here (OBJ meshes, scene definition files)
- 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)
- src - Source code, including 3rd party libs as source