- Timestamp:
- 11/09/05 18:08:50 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osglightpoint/osglightpoint.cpp
r3205 r4718 132 132 double x = cos( (2.0*osg::PI*i)/max_points ); 133 133 double z = sin( (2.0*osg::PI*i)/max_points ); 134 lp._position.set( x, 0.0f, z + 100.0f );134 lp._position.set( x, 0.0f, z + 30.0f ); 135 135 lp._blinkSequence = new osgSim::BlinkSequence; 136 136 for( int j = 10; j > 0; --j )
