Questions tagged [osprey]
2 questions
0
votes
1 answer
Switch off shadow for transparent objects in VTK / Paraview renderings
I am looking for a way to prevent transparent objects from casting shadows when rendering with VTK (or Paraview) and OSPRay. As you can see in the screenshot on the right, this effect is very annoying.
Of course, it only occurs when a ground surface…

Siegfried Heide
- 352
- 2
- 7
0
votes
1 answer
RAML 1.0: define minProperties inside optional object
I want to define an optional size object. If the object is present, there should be at least one of the specified properies (min or max) given. I though of something like this:
properties:
someval:
type: string
size:
type:…

Thurse
- 253
- 1
- 3
- 16