New answers tagged geometry
0
votes
Does it make sense to use a compute shader with Dispatch(1,1,1) and Numthreads[1,1,1] to draw a cone?
This is my modest contribution to the very helpful answer of Ludoprof, adding uv coordinates.
The settings are rotating a reverted box on its y-axis with scaling on its x axis. The box is shown as an ...
1
vote
Accepted
Does it make sense to use a compute shader with Dispatch(1,1,1) and Numthreads[1,1,1] to draw a cone?
There may at times be reasons to use a compute shader with Dispatch(1, 1,1) and Numthreads[1,1,1], but drawing a cone is not the ...
Top 50 recent answers are included
Related Tags
geometry × 537mathematics × 133
3d × 68
unity × 66
c# × 53
collision-detection × 53
algorithm × 52
2d × 50
opengl × 36
vector × 31
physics × 28
rotation × 24
computational-geometry × 24
c++ × 23
3d-meshes × 23
shaders × 18
java × 16
matrix × 15
transformation × 15
coordinates × 15
linear-algebra × 15
trigonometry × 14
intersection × 14
xna × 13
mesh × 13