Ignore:
Timestamp:
Jun 1, 2012, 7:42:36 PM (11 years ago)
Author:
sam
Message:

orbital: enhance the language with [] contexts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/orbital/starfield.h

    r1423 r1434  
    1919    {
    2020        if (z == 1.f)
    21             m_mesh.SendCommand("sc1,1,1,1,scb1,1,1,0,ad4,1.8,1");
     21            m_mesh.SendCommand("sc#fff scb#fff0 ad4 1.8 1");
    2222        else
    23             m_mesh.SendCommand("sc1,1,1,1,scb1,1,1,0,ad3,0.8,1");
     23            m_mesh.SendCommand("sc#fff scb#fff0 ad3 0.8 1");
    2424
    2525        for (int i = 0; i < count; i++)
Note: See TracChangeset for help on using the changeset viewer.