haran2001
haran2001
As a precaution this PR was in a new branch without the capsule sdf, which might be causing the merge conflicts. I shall make the necessary changes at once.
Hi @skoudoro, Presently all the shader actors are rendered using **common vertex and fragment shader files**, because they have **common parameters** like directions, scales, centers and colors. However the exponent...
> I plan to resolve this by creating a separate vert and frag files for the super ellipsoid actor function corresponding to it's new actor function, so that we don't...
Thank you @guaje for reviewing this PR, I'll make the necessary changes
Rebase completed successfully. I'm now looking into the failed tests.
Hi @skoudoro , I'm encountering a strange issue while using the fury line actor for a **dashed** line As per the following code, I expect two separate lines, from fury...
I never noticed this detail, thanks a ton @SunTzunami !
Hi @skoudoro , I have utilized fury actors and implemented two functions to carry out the dashed/dotted line features 1. dashed_line() -->  2. dotted_line() -->  Please do go...
Hi , I have made the requested changes . However I'm having some difficulty in troubleshooting the checks. If you have any suggestions regarding the same, then do let me...
Both tests are quite similar @Nibba2018 , they first render an actor and check if the actors have the properties they are expected to have. test_dotted_line() 1. Number of actors...