From: Sam Moore Date: Wed, 26 Mar 2014 17:20:20 +0000 (+0800) Subject: Make real.h so we can change reals X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=commitdiff_plain;h=32cd67ec48271c176eba218e082fcf5824aa8e6c;hp=32cd67ec48271c176eba218e082fcf5824aa8e6c Make real.h so we can change reals Needed to fix view.cpp to call Float where it expects GLfloat Had an attempt at making a half precision float, but it didn't go very well. I don't think half precision floats are *that* terrible... Probably got the bit masking wrong. ---