mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 08:21:32 +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;
|
return state;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int doFalseRandomizeVoxelColors(int state) {
|
int doFalseRandomizeVoxelColors(int state) {
|
||||||
if (state == MENU_ROW_PICKED) {
|
if (state == MENU_ROW_PICKED) {
|
||||||
::voxels.falseColorizeRandom();
|
::voxels.falseColorizeRandom();
|
||||||
|
@ -1324,7 +1323,6 @@ int doFalseColorizeInView(int state) {
|
||||||
return state;
|
return state;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const char* modeAll = " - All ";
|
const char* modeAll = " - All ";
|
||||||
const char* modeVectors = " - Vectors ";
|
const char* modeVectors = " - Vectors ";
|
||||||
const char* modePlanes = " - Planes ";
|
const char* modePlanes = " - Planes ";
|
||||||
|
@ -1398,8 +1396,7 @@ void testPointToVoxel()
|
||||||
float y=0;
|
float y=0;
|
||||||
float z=0;
|
float z=0;
|
||||||
float s=0.1;
|
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");
|
printLog(" x=%f");
|
||||||
|
|
||||||
unsigned char red = 200; //randomColorValue(65);
|
unsigned char red = 200; //randomColorValue(65);
|
||||||
|
@ -1488,7 +1485,6 @@ void specialkeyUp(int k, int x, int y) {
|
||||||
myAvatar.setDriveKeys(RIGHT, 0);
|
myAvatar.setDriveKeys(RIGHT, 0);
|
||||||
myAvatar.setDriveKeys(ROT_RIGHT, 0);
|
myAvatar.setDriveKeys(ROT_RIGHT, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void specialkey(int k, int x, int y) {
|
void specialkey(int k, int x, int y) {
|
||||||
|
|
Loading…
Reference in a new issue