AC Coding help
#1
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.
Thanks given by:


Messages In This Thread
AC Coding help - by Lee - 29 Jan 13, 08:16PM
RE: AC Coding help - by Ronald_Reagan - 29 Jan 13, 08:21PM
RE: AC Coding help - by GDM - 29 Jan 13, 08:27PM
RE: AC Coding help - by Lee - 29 Jan 13, 08:30PM
RE: AC Coding help - by GDM - 29 Jan 13, 08:35PM
RE: AC Coding help - by Alien - 29 Jan 13, 09:16PM
RE: AC Coding help - by Lee - 29 Jan 13, 10:14PM