tobspr / LUI

Lightweight User Interface for Panda3D
MIT License
84 stars 24 forks source link

fix 3/3 when panda3D double precision #44

Closed pmp-p closed 6 years ago

pmp-p commented 6 years ago

<rdb> the problem here is that panda still defaults to 32-bit vertex data upload even in 64-bit float builds

<rdb> We should just use 32-bit floats for vertex data because there's no point in using 64-bit data for LUI

<rdb> Pixel precision is easily obtained with floats