Page 1 of 1

Rounded Rectangle Corner Radius

Posted: 11 Aug 2017, 22:45
by Gsand
I'm looking to a 1 pixel outline rounded rectangle but I don't seam to see any way to increase the radius of the rounded corners in the "Rounded Rectangle" node with out making the outline larger.
Is this possible in Ventuz?

Greg

Re: Rounded Rectangle Corner Radius

Posted: 11 Aug 2017, 23:54
by Gsand
Something like this outline
Screen Shot 2017-08-11 at 3.45.14 PM.png
Screen Shot 2017-08-11 at 3.45.14 PM.png (6.47 KiB) Viewed 4250 times

Re: Rounded Rectangle Corner Radius

Posted: 14 Aug 2017, 10:17
by Karol
Hi Greg!

The Rounded Rect unfortunately does not have an 'inner roundness'.
You can fake it with an according texture (see attached VZA).
But I don't know if this meets your technical demands...

Best Regards
Karol

Re: Rounded Rectangle Corner Radius

Posted: 15 Aug 2017, 14:34
by Joe Styles
Thanks for that Karol a good 2D solution! It would be great to have a built in 3D solution.
We often use geometries to create a 3D frame which we can change the width and height on. See the attached archive, hope that helps Greg.

The only issue is that when we alpha it out you can see the joins and sometimes you do get aliasing issues at the joins.

Re: Rounded Rectangle Corner Radius

Posted: 16 Aug 2017, 10:14
by lerou
I often use stencil for that.

Re: Rounded Rectangle Corner Radius

Posted: 25 Aug 2017, 07:09
by Gsand
Thank everyone for your suggestions.
2D would be a great solution Karol but like Joe mentioned I would need to dynamically change the dimensions of the rectangle bases on content.
Good Idea for a 3D frame Joe, thanks
Thanks Lerou this is the type of thing that I would use, I'll dive a little deeper to get a grasp on what all happening in there.

Thanks again all!!