zoomx / controlp5

Automatically exported from code.google.com/p/controlp5
0 stars 0 forks source link

Using slider in 3D changes the colour of object in draw() #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a slider in Processing in P3D mode in a window that contains other 
objects 
2. Create an object and use fill to colour it in draw().

What is the expected output? What do you see instead?
I expected that only the ojbject for which I used fill to be coloured, but
everything is shaded with whatever last colour was used with fill in draw(). 

What version of the product are you using? On what operating system?
I am using ControlP5 version 2.0.4 on Windows 7 64 bit.

Please provide any additional information below.

Original issue reported on code.google.com by K.Wm.H...@gmail.com on 16 Jan 2013 at 10:22

GoogleCodeExporter commented 9 years ago
color handling in this case must be handled inside the sketch, not the library.

Original comment by soj...@gmail.com on 22 Jan 2013 at 8:20