DubiousEngine  0.2.0
Simple Game Engine
Dubious::Renderer::Visible_object::Silhouette Struct Reference

Silhouette. More...

#include <Visible_object.h>

Public Types

typedef std::pair< Math::Local_point, Math::Local_pointEdge
 

Public Attributes

Math::Local_point position
 
std::vector< Edgeedges
 
std::vector< Silhouettekids
 

Detailed Description

Silhouette.

The Silhouette structore contains information used to find a silhouette when rendering an object's shadow

Member Typedef Documentation

Member Data Documentation

std::vector<Edge> Dubious::Renderer::Visible_object::Silhouette::edges
std::vector<Silhouette> Dubious::Renderer::Visible_object::Silhouette::kids
Math::Local_point Dubious::Renderer::Visible_object::Silhouette::position

The documentation for this struct was generated from the following file: