Vray Next4.20.02 rhino doesn’t working on on surface(in grasshopper )
When I use the surface geometry, the rendering result is incorrect
VRAY NEXT.gh (57.0 KB)
why ?
@Peter.Chaushev
Vray Next4.20.02 rhino doesn’t working on on surface(in grasshopper )
When I use the surface geometry, the rendering result is incorrect
Hello and thank you for pointing this out!
At render time all geometry data is exported to V-Ray as meshes.
In your case the rendered faces are constructed using the surface control points instead of the curve control points.
I’ve passed along this forum thread to our dev team who will determine what can be improved.
In the meantime, as you’ve already figured out, please use a Mesh (as you’ve already figured it out) or Fragment Patch component instead of Boundary Surface.
Kind regards,
Peter Chaushev
V-Ray for Rhino QA Specialist
www.chaosgroup.com
thanks for reply and when i use shrinkuntrimSurface component the results is true and not problem
Hello, again,
After an investigation by our dev team, a conclusion was reached that this is a RhinoCommon API limitatoin (explained here: https://www.grasshopper3d.com/forum/topics/c-trimmed-surfaces-becomes)
In conclusion, another valid workaround would be to brep or meshbrep the geometry.
Kind regards,
Peter