jildertviet / ofxJVisuals

Personal project for generating realtime visuals.
Other
4 stars 0 forks source link

JPhysarum to GLSL #150 #40

Closed jildertviet closed 1 year ago

jildertviet commented 1 year ago

To test: Write colors in quadrants of position texture. Get vertices aligned accordingly.

Quadrant Color Position of vertices
A 0, 0, 0 top left
B 255, 0, 0 bottom left
C 255, 255, 0 bottom right
D 0, 255, 0 top right
jildertviet commented 1 year ago

How to assign vertex to position on texture?

jildertviet commented 1 year ago

0240192