Author Topic: Weird Render problem with vuforia tutorial  (Read 1554 times)

Offline lactoso

  • byte
  • *
  • Posts: 1
    • View Profile
Weird Render problem with vuforia tutorial
« on: February 26, 2016, 08:40:01 pm »
I am trying to follow the tutorial from the wiki, but as soon as I try to just draw a cube over the camera image, I get this:


I think this might be related to the depth buffer? How can I fix it?

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Weird Render problem with vuforia tutorial
« Reply #1 on: February 26, 2016, 10:10:53 pm »
Hard to tell. Looks somehow as if the depth buffer doesn't get cleared, but that wouldn't make much sense.

How are you initializing the actual GL context?