This website requires JavaScript.
Explore
Help
Sign in
zdoom
/
raze-gles
Watch
0
Star
0
Fork
You've already forked raze-gles
0
mirror of
https://github.com/ZDoom/raze-gles.git
synced
2025-03-09 18:20:53 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
c8ea7baf72
raze-gles
/
polymer
History
terminx
c8ea7baf72
set_globalpos(), updates both integer (globalposx/y/z) and float (fglobalposx/y/z) representations of the current camera view position. Storing the float representation pre-converted saves us from the delay incurred on ARM when converting an integer and transferring it to the FPU, though this delay is mostly negated already by using the hardfp ABI.
...
git-svn-id:
https://svn.eduke32.com/eduke32@4667
1a8010ca-5511-0410-912e-c29ae57300e0
2014-10-25 03:32:26 +00:00
..
eduke32
set_globalpos(), updates both integer (globalposx/y/z) and float (fglobalposx/y/z) representations of the current camera view position. Storing the float representation pre-converted saves us from the delay incurred on ARM when converting an integer and transferring it to the FPU, though this delay is mostly negated already by using the hardfp ABI.
2014-10-25 03:32:26 +00:00
synthesis.sh
Build system: Detect the SVN revision and generate rev.h directly from the Makefile, if applicable.
2014-02-22 08:02:41 +00:00