Game Development Community

Alex Huck's Resources

Gui Instancing helper functions

No source code needed. Extentions to the GuiControl class, making management of instanced gui elements easier.

Author Alex Huck Date 07/25/2010 (6:56 am) Comment 0 comments

Torque 3D HDR editor

A tutorial on how to add a new GUI control to quickly prototype different HDR settings. It allows you to quickly toggle the HDR filter on or off and restore default settings

Author Alex Huck Date 09/01/2009 (10:27 am) Comment 19 comments

HLSL Reference

This is a handy little guide on Shader programming in HLSL (High level shader language). Notice to firefox users: The link will only work in Internet explorer, from my experiences.

Author Alex Huck Date 11/13/2006 (4:43 pm) Comment 1 comments

A simple function to round a number

Hopefully there isn't one already built-in that I've overlooked, but from what I can tell there is no round();-ing in Torque, so I decided to make a simple function to do this. Type Echo(round(2.4)); and it will return 2, Type Echo(round(2.5)); and it will return 3 It should prove useful for many things, on e of the uses I have in mind is for experience gain in an RPG. Who wants to recieve "2493" EXP, "2500" looks better, in my opinion.

Author Alex Huck Date 07/03/2006 (11:22 am) Comment 13 comments

Guide to Operators

A handy guide on Operators, written by Zear a few years back. It is made for Tribes 1's TorqueScript(If you would call it TorqueScript), but most of it still applies to the new. I find it's definitions easy to understand, and I hope it will help beginners out, it has examples too.

Author Alex Huck Date 04/02/2006 (10:29 am) Comment 0 comments