mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 16:19:19 +02:00
Merge remote-tracking branch 'tmj/master' into sim
This commit is contained in:
@@ -52,8 +52,8 @@ using basic_index = std::uint32_t;
|
||||
using vertex_array = std::vector<basic_vertex>;
|
||||
using index_array = std::vector<basic_index>;
|
||||
|
||||
void calculate_tangents(vertex_array &vertices, const index_array &indices, int type);
|
||||
void calculate_indices(index_array &Indices, vertex_array &Vertices, float tolerancescale = 1.0f);
|
||||
void calculate_tangents( vertex_array &vertices, index_array const &indices, int const type );
|
||||
void calculate_indices( index_array &Indices, vertex_array &Vertices, float tolerancescale = 1.0f );
|
||||
|
||||
// generic geometry bank class, allows storage, update and drawing of geometry chunks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user