Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/subprojects/network/isolated_unit_test.cc @ 6634

Last change on this file since 6634 was 6634, checked in by bensch, 18 years ago

orxonox/trunk: merged the network-branche back to the trunk

merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/network . -r6500:HEAD
minor conflicts in texture and one Makefile resolved to the trunk

also made a small patch to texture, so it Modulates with GL_REPEAT

File size: 167 bytes
Line 
1
2
3
4#include "../../lib/network/converter.h"
5
6
7int main(int argc, char** argv)
8{
9 
10  float x = 3234.0f;
11 
12  byte* b = Converter::floatToByteArray(x);
13 
14  return 0;
15}
Note: See TracBrowser for help on using the repository browser.