view Renderer/Test/create_task.h @ 757:5238f3e854fc

Test/create_task , create SPE task from application.
author hiroki
date Fri, 29 Jan 2010 14:34:30 +0900
parents 2575791a333a
children e615e552efa5
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;
    int pad;
} *PropertyPtr, Property;

class create_task : public Application {

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

};