Author Topic: Blue transparent screen  (Read 2990 times)

Offline hoangitk

  • byte
  • *
  • Posts: 8
    • View Profile
Blue transparent screen
« on: January 21, 2011, 09:57:50 pm »
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
« Last Edit: January 21, 2011, 09:59:58 pm by hoangitk »

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Blue transparent screen
« Reply #1 on: January 21, 2011, 10:14:13 pm »
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... ;)

Offline hoangitk

  • byte
  • *
  • Posts: 8
    • View Profile
Re: Blue transparent screen
« Reply #2 on: January 21, 2011, 10:24:26 pm »
Yes, sir.

Thanks!

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