The small3d library
|
An object on the small3d scene. More...
#include <vector>
#include <sstream>
#include <iomanip>
#include <stdexcept>
#include <memory>
#include "Model.hpp"
#include "Logger.hpp"
#include "Image.hpp"
#include "BoundingBoxSet.hpp"
#include "Math.hpp"
#include "File.hpp"
Go to the source code of this file.
Classes | |
class | small3d::SceneObject |
An object that appears on the 3D scene. It is made up of a Model, together with information for positioning, rotation and collision detection. Skeletal animation is supported if contained in the Model. Otherwise, frame based animation can be used if the SceneObject is constructed with a vector of Models, each of which will be used as an animation frame. More... | |
Namespaces | |
small3d | |
An object on the small3d scene.
Created on: 2014/10/19 Author: Dimitri Kourkoulis License: BSD 3-Clause License (see LICENSE file)