Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 16, 2007, 7:55:24 PM (17 years ago)
Author:
gfilip
Message:

black camera

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camera/src/world_entities/blackscreen.cc

    r10236 r10238  
    5050  if( root != NULL)
    5151    this->loadParams(root);
    52   i=0;
     52  i=0.5;
    5353  state=0;
    5454}
     
    115115
    116116glColor4f(0, 0, 0, i);
    117 this->material->select();
     117/*this->material->select();
    118118  glBegin(GL_QUADS);
    119119  glVertex3f(State::getCameraNode()->getAbsCoorX()+3,State::getCameraNode()->getAbsCoorY() -100.0f,
     
    125125  glVertex3f(State::getCameraNode()->getAbsCoorX()+3, State::getCameraNode()->getAbsCoorY()+100.0f,
    126126             State::getCameraNode()->getAbsCoorZ()-100.0f);
     127*/
     128
     129 glBegin(GL_QUADS);
     130glVertex3f(0,-100.0f,-100.0f);
     131glVertex3f(0,-100.0f,+100.0f);
     132glVertex3f(0,+100.0f,+100.0f);
     133glVertex3f(0,+100.0f,-100.0f);
     134
    127135
    128136
Note: See TracChangeset for help on using the changeset viewer.