view TaskManager/Test/test_render/task/Switch.cc @ 454:8c2e255f7a6c

Chain work
author kazz@henri.cr.ie.u-ryukyu.ac.jp
date Sat, 26 Sep 2009 00:17:04 +0900
parents 976ca6f00d65
children bc5b3d327083
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;
}