mirror of
https://github.com/overte-org/overte.git
synced 2025-05-28 02:10:29 +02:00
couple of extra line deletions in main.cpp
This commit is contained in:
parent
da93b596de
commit
31e9c18346
1 changed files with 1 additions and 5 deletions
|
@ -1292,7 +1292,6 @@ int doRandomizeVoxelColors(int state) {
|
|||
return state;
|
||||
}
|
||||
|
||||
|
||||
int doFalseRandomizeVoxelColors(int state) {
|
||||
if (state == MENU_ROW_PICKED) {
|
||||
::voxels.falseColorizeRandom();
|
||||
|
@ -1324,7 +1323,6 @@ int doFalseColorizeInView(int state) {
|
|||
return state;
|
||||
}
|
||||
|
||||
|
||||
const char* modeAll = " - All ";
|
||||
const char* modeVectors = " - Vectors ";
|
||||
const char* modePlanes = " - Planes ";
|
||||
|
@ -1398,8 +1396,7 @@ void testPointToVoxel()
|
|||
float y=0;
|
||||
float z=0;
|
||||
float s=0.1;
|
||||
for (float x=0; x<=1; x+= 0.05)
|
||||
{
|
||||
for (float x=0; x<=1; x+= 0.05) {
|
||||
printLog(" x=%f");
|
||||
|
||||
unsigned char red = 200; //randomColorValue(65);
|
||||
|
@ -1488,7 +1485,6 @@ void specialkeyUp(int k, int x, int y) {
|
|||
myAvatar.setDriveKeys(RIGHT, 0);
|
||||
myAvatar.setDriveKeys(ROT_RIGHT, 0);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void specialkey(int k, int x, int y) {
|
||||
|
|
Loading…
Reference in a new issue