Latest triangle_strip Activity
Got it working, found some code to help. ?
#version 430
layout (points) in;
layout (triangle_strip, max_vertices = 34) out; // 16 steps
uniform int img_width;
uniform int img_height;
uniform int cam_factor;
uniform vec3 camera_pos; // assumes that the lookat is effect…
Advertisement
Advertisement