daanmichiels / igl-hr

Hyperbolic space on the Oculus Rift
3 stars 0 forks source link

Naming of letter-obj-files assumes case-sensitivity #9

Closed daanmichiels closed 9 years ago

daanmichiels commented 9 years ago

The obj files for 'a' and 'A' have names a.obj and A.obj. On Windows, these are considered the same filename (filenames aren't case-sensitive), giving trouble.

Alternative: name the obj-files /resources/ascii/00.obj where 00 is replaced by the hexadecimal code for the ascii-equivalent of the character. For example, the uppercase 'A' would be at /resources/ascii/41.obj.

mcdaniel67 commented 9 years ago

Fixed. Letters are replaced with hex value.