Project

General

Profile

« Previous | Next » 

Revision 42571056

Added by Leszek Koltunski about 7 years ago

Preparation for Transfer Feedback: Convert the meshes from client-side to VBOs.

View differences:

src/main/java/org/distorted/library/Distorted.java
132 132
    {
133 133
    DistortedSurface.onPause();
134 134
    DistortedNode.onPause();
135
    MeshObject.onPause();
135 136
    }
136 137

  
137 138
///////////////////////////////////////////////////////////////////////////////////////////////////
......
143 144
    {
144 145
    DistortedSurface.onDestroy();
145 146
    DistortedNode.onDestroy();
146
    EffectQueue.onDestroy();
147 147
    DistortedEffects.onDestroy();
148 148
    DistortedEffectsPostprocess.onDestroy();
149 149
    DistortedMaster.onDestroy();
150
    EffectQueue.onDestroy();
151
    MeshObject.onDestroy();
150 152
    EffectMessageSender.stopSending();
151 153

  
152 154
    mInitialized = false;

Also available in: Unified diff