Game Development Community

Alex Huck's Resources

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 (5:27 pm) Comment 17 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/14/2006 (12:43 am) 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 (6:22 pm) 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 (5:29 pm) Comment 0 comments