Changeset 1442 for trunk/orbital/starfield.h
- Timestamp:
- Jun 7, 2012, 1:38:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/orbital/starfield.h
r1434 r1442 19 19 { 20 20 if (z == 1.f) 21 m_mesh. SendCommand("sc#fff scb#fff0 ad4 1.8 1");21 m_mesh.Compile("sc#fff scb#fff0 ad4 1.8 1"); 22 22 else 23 m_mesh. SendCommand("sc#fff scb#fff0 ad3 0.8 1");23 m_mesh.Compile("sc#fff scb#fff0 ad3 0.8 1"); 24 24 25 25 for (int i = 0; i < count; i++) … … 58 58 if (!m_ready) 59 59 { 60 m_mesh. SendCommand("irb");60 m_mesh.MeshConvert(); 61 61 m_ready = true; 62 62 }
Note: See TracChangeset
for help on using the changeset viewer.