GeoShader

Discuss assets which are currently available for download on ChopChopChop
Post Reply
idzard
Staff
Posts: 55
Joined: Sat Jul 08, 2017 2:19 pm

Wed Feb 07, 2018 3:05 am

For Touchdesigner. Example of using geometry shaders. Geometry shaders are handy for taking incoming points and rending additional points / tristrips / lines at each face. There’s also a displacement shader for the rear mesh looking piece.

Video sources with fluid / smooth motion tend to work better than skitchy / jumpy / cut stuff. Res controls the number of squares. /Geo1 use image (button) applies the texture to the geometrys when on. Or uses the uniform picked color of the original vertex uniformly when off.

Yeah, you could do something similarish using instancing. But this is technically alot faster as all calcs are handled on the gpu.

See how I’ve used it at https://vimeo.com/141266387. I used a count chop attached to an incoming beat trigger to modify the resolution settings.

brvoigt
Posts: 8
Joined: Wed Feb 07, 2018 2:20 pm

Wed Feb 21, 2018 5:53 pm

This component I found a few issues with.

First, a number of nodes are somehow in 'tscript mode', namely the outside container and the Null TOP inside called final. This is very dangerous for users to start using in their files as when they append nodes to the end of the TOP chain they will also be in 'tscript mode'.

Secondly, the main container has a Layout Size of 160x90, in future versions of TouchDesigner like Experimental 2017.30000 series and later, this will result in a viewer image that maxes out at 160x90 and therefore looks pixelated and low quality when the node it large in the network.

idzard
Staff
Posts: 55
Joined: Sat Jul 08, 2017 2:19 pm

Thu Feb 22, 2018 1:00 am

thanks for noticing. This asset was published a long time ago as Asterix was the first beta-tester on chopchopchop, way before we had any submission guidelines ;-)
I've have asked him to update his assets asap

Post Reply