Bug report: 3D elements in overlay have depth checking on

A place for users of OGRE to discuss ideas and experiences of utilitising OGRE in their games / demos / applications.
Post Reply
User avatar
alphageek
Gnome
Posts: 365
Joined: Mon Jan 03, 2005 11:56 am

Bug report: 3D elements in overlay have depth checking on

Post by alphageek »

From the Overlay::add3D documentation: "Overlays are rendered with depth checking off". However, I've found this to not be the case.

I'm currently using 15.1, and I have an entity I display with my overlay. I place this entity quite far into the scene in 3D, just as a temporary hack to get it the right size.

Changing depth_check to off in the entity material fixes this.
Axiomatic: action-packed space shooter
TaskScheduler 0.3
User avatar
sinbad
OGRE Retired Team Member
OGRE Retired Team Member
Posts: 19269
Joined: Sun Oct 06, 2002 11:19 pm
Location: Guernsey, Channel Islands
x 66
Contact:

Post by sinbad »

Ok I'll change this so it's clearer that you have to set this in your material.
Post Reply