OpenTechSchool / js-beginners-day1

Outdated curriculum for the first day of JSFaB. Use https://github.com/OpenTechSchool/js-beginners-1
31 stars 17 forks source link

Use z axis to visualize order of drawing operation #30

Open xMartin opened 12 years ago

xMartin commented 12 years ago

The idea came up that it would be very helpful to be able to see in what order things were drawn. Also if dots are drawn multiple time at the same coordinate it's hard to find out.

Would be really great if we had a 3D canvas to explore and the drawing function would automatically increment the value for z. Students would only work in 2D still.

sdepold commented 12 years ago

Also it would help a lot to draw the x and y axis :)

Am 21.07.2012 um 13:13 schrieb xMartin reply@reply.github.com:

The idea came up that it would be very helpful to be able to see in what order things were drawn. Also if dots are drawn multiple time at the same coordinate it's hard to find out.

Would be really great if we had a 3D canvas to explore and the drawing function would automatically increment the value for z. Students would only work in 2D still.


Reply to this email directly or view it on GitHub: https://github.com/OpenTechSchool/js-beginners-day1/issues/30