I’m messing around with the examples of mt4j multitouch Java library and in the “advanced.drawing” example, i’m trying to change the background color of the drawingScene. Since it has set the setClear to false i’m not able to do it with the clearColor option. Any other ideas? Thanks
Share
I’ve found with the help of TherioN from NUIGroup forums a way to do it. It is possible to add a MTRectangle with the fill color and then add the SceneTexture of the drawing example to that rectangle. I leav the piece of code as reference: