| 143 | | arguments.getApplicationUsage()->addCommandLineOption("--with-base-texture", "Adde base texture to shadowed model."); |
| 144 | | arguments.getApplicationUsage()->addCommandLineOption("--no-base-texture", "Adde base texture to shadowed model."); |
| | 143 | arguments.getApplicationUsage()->addCommandLineOption("--positionalLight", "Use a positional light."); |
| | 144 | arguments.getApplicationUsage()->addCommandLineOption("--directionalLight", "Use a direction light."); |
| | 145 | arguments.getApplicationUsage()->addCommandLineOption("--addOccluderToScene", "Add the occluders geometry."); |
| | 146 | arguments.getApplicationUsage()->addCommandLineOption("--noUpdate", "Disable the updating the of light source."); |
| | 147 | arguments.getApplicationUsage()->addCommandLineOption("--base", "Add a base geometry to test shadows."); |
| | 148 | arguments.getApplicationUsage()->addCommandLineOption("--noShadow", "Disable the shadows."); |
| | 149 | arguments.getApplicationUsage()->addCommandLineOption("--two-sided", "Use two-sided stencil extension for shadow volumes."); |
| | 150 | arguments.getApplicationUsage()->addCommandLineOption("--two-pass", "Use two-pass stencil for shadow volumes."); |