We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I have a letter A, which goes in a spiral when you look at it from the top. All those positions that form the A are stored in a PShape as points. When I draw them in ortho mode I get really strange results:
why does that happen?
Answers
Please share your code or a small sample sketch demonstrating the problem in order to get better feedback. There are so many things that "goes in a spiral" could mean.
Here is the code and the 2 images used. Change the rotateZ to see the effect. In the OP i doubled them every time.
which image is which?
tells us nothing!
(the spiral is the first one.)
if you add peasycam (and comment out the ortho) you can kind of see what it's doing - it's a point cloud and the interference between the layers is causing patterns. it's worse with ortho because all the distance layers get collapsed to one layer.
It seems to be more then interference, cause with a rotation of 0 I see nothing.
That's because with no rotation all the pixels line up as they should, next to each other, making it appear solid.
(Guessing a bit here)
That still makes no sense. Cause with 0 rotation I see nothing for example.