mirror of
https://github.com/aap/librw.git
synced 2025-12-20 01:19:51 +00:00
started implementing linked lists
This commit is contained in:
@@ -17,6 +17,7 @@ namespace rw {
|
||||
|
||||
Geometry::Geometry(int32 numVerts, int32 numTris, uint32 flags)
|
||||
{
|
||||
this->object.init(8, 0);
|
||||
this->geoflags = flags & 0xFF00FFFF;
|
||||
this->numTexCoordSets = (flags & 0xFF0000) >> 16;
|
||||
if(this->numTexCoordSets == 0)
|
||||
|
||||
Reference in New Issue
Block a user