Game Development Community

Anyone use DebugView?

by Michael Bacon · in Torque Game Engine · 10/03/2007 (3:41 am) · 0 replies

So I came across DebugView.

Anybody use this class? It inherits from a text control so I created it in place of one. It is suppose to render text above every player character (well, each one that is controlled by a client anyways) but it doesn't seem to do anything. It should also render lines of text and draw debug lines.

I really would like to get this thing working otherwise I'll just have to roll my own. I've tried adding lines of text and nothing ever shows up. I've also tried searching for information about it but I can't find any.

Is there any known bugs with this code or am I using it wrong?

When I created it and added text I hit the onRender method in a break point, text was supposedly drawn and such but nothing displayed on screen.