| 30 | static std::string builderType = "boxes"; |
| 31 | |
| 32 | void printHelp() |
| 33 | { |
| 34 | std::cout << |
| 35 | R"description( |
| 36 | usage: ./ospMPIDistribTutorialReplicated [-h | --help] [[-s | --scene] scene] [[r | --renderer] renderer_type] |
| 37 | |
| 38 | scenes: |
| 39 | |
| 40 | boxes |
| 41 | cornell_box |
| 42 | curves |
| 43 | cylinders |
| 44 | empty |
| 45 | gravity_spheres_volume |
| 46 | perlin_noise_volumes |
| 47 | random_spheres |
| 48 | streamlines |
| 49 | subdivision_cube |
| 50 | unstructured_volume |
| 51 | |
| 52 | )description"; |
| 53 | } |
| 54 | |
| 55 | int main(int argc, char **argv) |
| 56 | { |