Page 1 of 1
Modify vertex function
Posted:
Sat Dec 08, 2018 9:58 am
by mossman
Hello,
Can I modify the vertex function using nodes?
Thanks
Re: Modify vertex function
Posted:
Tue Dec 11, 2018 11:38 am
by mossman
Any help?
Thanks
Re: Modify vertex function
Posted:
Tue Dec 11, 2018 5:04 pm
by Amplify_Borba
Hello, could you please elaborate on what exactly you intend to create? Thanks!
Re: Modify vertex function
Posted:
Wed Dec 12, 2018 10:10 am
by mossman
Hello,
I want to implement this systems in the vertex function using nodes if is possible:
- Vertex snapping system.
- Affine Texture Mapping system.
- Cut out polygons system based on the distnace between the camera and the polygon.
- Gouraud shading specular system.
Thanks
Re: Modify vertex function
Posted:
Wed Dec 12, 2018 10:53 am
by Amplify_Borba
Thank you for elaborating, you'll need to use a
Vertex To Fragment node for this, and set up all the necessary data before its input.
Re: Modify vertex function
Posted:
Thu Dec 13, 2018 2:15 pm
by mossman
Thanks I will try this.