Blue transparent screen

Started by hoangitk, January 21, 2011, 09:57:50 PM

Previous topic - Next topic

hoangitk

Dear all,

I am developing a AR app.
Include:
Layers:
- Camera
- ARView with GLSurfaceView (using jPCT-AE): display object (latitude, longitude)
- Layout control: Compass, infomation status,...
- Logic: loading locations from server.

The screen can see camera. but ARView is blue in background like below:

I placed my phone on desk -> can see blue clearly.




Is blue default of screen color in JPCT-AE? How to change bg color of World?

Many thanks for yours help!
Sorry, if my E is not well. :D

EgonOlsen

There is no such thing as a default color in jPCT-AE. The background color is simply the color in which you clear the frame buffer. If you want another one, use another one... ;)

hoangitk

Yes, sir.

Thanks!

I check again and change back to BLACK. And it is transparent as I want. :)