Virtual Testbed
Ship dynamics simulator for extreme conditions
|
Public Types | |
using | graphics_index_type = UnsignedInt |
using | core_index_type = int |
using | face_type = vtb::geometry::Face< 3 > |
using | core_array_type = blitz::Array< face_type, 1 > |
using | face_array = std::vector< face_type > |
Public Member Functions | |
IndexBuffer (core_array_type faces, BufferUsage usage) | |
void | setIndices (core_array_type faces, BufferUsage usage) |
void | setIndices (const face_array &faces, BufferUsage usage) |
Definition at line 13 of file IndexBuffer.hh.