Ignore:
Timestamp:
Mar 8, 2013, 8:07:21 PM (12 years ago)
Author:
ldelgass
Message:

Add background color protocol command to nanovis, also change resize protocol
to use 'size', so new commands are:

screen bgcolor r g b
screen size width height

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/nanovis.h

    r3463 r3478  
    8181    static void initOffscreenBuffer();
    8282    static void resizeOffscreenBuffer(int w, int h);
     83    static void setBgColor(float color[3]);
    8384    static void display();
    8485    static void draw3dAxis();
Note: See TracChangeset for help on using the changeset viewer.