29 Jan 13, 08:16PM
Okay, I've opened up renderhud.cpp inside of the cube source code and am looking at this line:
drawicon(tex, x, y, 120, col, row, 1/4.0f);
I understand what tex,x,y,120,col,row is. The only thing I am stuck on is what 1/4.0f
What does 1/4.0f mean? I was experimenting with jmonkey w/ netbeans 2 year ago and have seen numbers attached to the 'f', but I can't recall what it is.
drawicon(tex, x, y, 120, col, row, 1/4.0f);
I understand what tex,x,y,120,col,row is. The only thing I am stuck on is what 1/4.0f
What does 1/4.0f mean? I was experimenting with jmonkey w/ netbeans 2 year ago and have seen numbers attached to the 'f', but I can't recall what it is.