view TaskManager/Test/test_render/task/Switch.cc @ 454:c89b034ca2ea draft

Chain work
author kazz@henri.cr.ie.u-ryukyu.ac.jp
date Sat, 26 Sep 2009 00:17:04 +0900
parents 6094dfd1f08c
children 60f44d3ea452
line wrap: on
line source

#include <stdlib.h>
#include <string.h>
#include "Switch.h"
#include "viewer_types.h"
#include "SceneGraphRoot.h"

SchedDefineTask(Switch);

int
Switch::run(void *rbuf, void *wbuf)
{
// 配列にする
//    SceneGraphRootPtr tmp = sgroot;
//    sgroot = sgroot_2;
//    sgroot_2 = tmp;

    return 0;
}