Changeset 1434 for trunk/orbital/starfield.h
- Timestamp:
- Jun 1, 2012, 7:42:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/orbital/starfield.h
r1423 r1434 19 19 { 20 20 if (z == 1.f) 21 m_mesh.SendCommand("sc 1,1,1,1,scb1,1,1,0,ad4,1.8,1");21 m_mesh.SendCommand("sc#fff scb#fff0 ad4 1.8 1"); 22 22 else 23 m_mesh.SendCommand("sc 1,1,1,1,scb1,1,1,0,ad3,0.8,1");23 m_mesh.SendCommand("sc#fff scb#fff0 ad3 0.8 1"); 24 24 25 25 for (int i = 0; i < count; i++)
Note: See TracChangeset
for help on using the changeset viewer.