RenderKit / ospray

An Open, Scalable, Portable, Ray Tracing Based Rendering Engine for High-Fidelity Visualization
http://ospray.org
Apache License 2.0
1.02k stars 186 forks source link

OSPApp::printHelp() has a typo #303

Closed jfavre closed 5 years ago

jfavre commented 5 years ago

https://github.com/ospray/ospray/blob/master/apps/common/ospapp/OSPApp.cpp#L120

incorrectly uses -vf instead of -fv

johguenther commented 5 years ago

Nice catch, thanks!