view TaskManager/Test/test_render/task/Switch.cc @ 467:44c0bce54dcf

fix all examples. test_render is not working now.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 01 Oct 2009 19:25:25 +0900
parents bc5b3d327083
children
line wrap: on
line source

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

SchedDefineTask(Switch);

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

    return 0;
}