view Renderer/Test/create_task.h @ 756:2575791a333a

add Test/create_task {spe, task}/Property
author hiroki@henri.cr.ie.u-ryukyu.ac.jp
date Fri, 29 Jan 2010 11:34:43 +0900
parents
children 5238f3e854fc
line wrap: on
line source

#include <math.h>
#include <stdlib.h>
#include "SceneGraphRoot.h"
#include "Application.h"
#include "MainLoop.h"
#include "viewer.h"

typedef struct {
    float x, y, z;
} *PropertyPtr, Property;

class create_task : public Application {

    MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h);

};