Project

General

Profile

« Previous | Next » 

Revision 22e60fba

Added by Leszek Koltunski about 4 years ago

Fix MeshBase.join()
Only upload Mesh Buffers to GPU when we actually use them.

View differences:

src/main/java/org/distorted/library/main/InternalObject.java
212 212
    mType= type;
213 213
    }
214 214

  
215
///////////////////////////////////////////////////////////////////////////////////////////////////
216

  
217
  void markWasCreatedImmediately()
218
    {
219
    mDoneList.add(this);
220
    }
221

  
215 222
///////////////////////////////////////////////////////////////////////////////////////////////////
216 223

  
217 224
  void markForCreation()

Also available in: Unified diff