Andrew Maclean
Andrew Maclean
I should have read that in the **Quick Start**! Ok I suspect it is solvable as Python's `argparse` does it as does CLI11.
If you use cow.g you get the image as on the Web site. If no image is supplied it defaults to a sphere on a plane. In the case of...
Look at [ShadowsLightsDemo](https://lorensen.github.io/VTKExamples/site/Cxx/Visualization/ShadowsLightsDemo/) and you will see that the light is actually a frustum, hence the rectangular cross-section on the plane. I'll do a Python version of this soon. It...
Here is a Python version of [ShadowsLightsDemo](https://lorensen.github.io/VTKExamples/site/Cxx/Visualization/ShadowsLightsDemo/) : [ShadowsLightsDemo.zip](https://github.com/lorensen/VTKExamples/files/4660333/ShadowsLightsDemo.zip) Regards Andrew
I cam answer that, it is probably best if you ask on the VTK Discourse forum.
This question is best asked on the VTK Discourse forum. Andrew Maclean On Wed, 19 Feb. 2020, 01:46 charlieputhedu, wrote: > In VTK, is there any way to generate a...
@dbworth I have doubts about this for the reasons outlined in points 1-5, however I think you have hit on a possible rather neat solution to the continuing issue of...
@lorensen Thankyou for taking the time to look over these. It is really appreciated.
I'll check it out sometime tomorrow. Andrew Andrew Maclean On Wed, 14 Mar 2018, 16:23 Bill Lorensen wrote: > Thanks, we'll take a look. > > On Mar 13, 2018...
@NahomKidane All fixed, please see: https://github.com/lorensen/VTKExamples/pull/142 Thankyou so much for finding this. The C++ code was correct, however I must have forgotten to update the Python code.