Loading...
Searching...
No Matches
Go to the documentation of this file.
14#ifndef SPEEDTREE_API_H
15#define SPEEDTREE_API_H
20#include "speedtree_parameters.h"
22#include <Forest/Forest.h>
24#if defined(SPEEDTREE_OPENGL)
25 #include <Renderers/OpenGL/OpenGLRenderer.h>
26#elif defined(SPEEDTREE_DIRECTX9)
28 #include <Renderers/DirectX9/DirectX9Renderer.h>
30 #error Unexpected graphics API.