#include <Box.h>
Inheritance diagram for Teddy::Models::Box:
Public Methods | |
Box (const std::string &name, const float x_size, const float y_size, const float z_size, const int x_div=1, const int y_div=1, const int z_div=1) | |
Box constructor. More... | |
Protected Attributes | |
float | xdepth |
float | ydepth |
float | zdepth |
int | xdiv |
int | ydiv |
int | zdiv |
Definition at line 37 of file Box.h.
|
Box constructor.
Definition at line 44 of file Box.cpp. References Teddy::Models::Model::add, and Teddy::Models::Model::setupClipRadius. |
|
|
|
|
|
|
|
|
|
|
|
|