HomeSort by relevance Sort by last modified time
    Searched refs:hasRotation (Results 1 - 2 of 2) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
ParticleControllerFinalizerInfluencer.java 16 boolean hasScale, hasRotation;
28 hasRotation = rotationChannel != null;
44 if(hasRotation){
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/renderers/
ModelInstanceRenderer.java 16 private boolean hasColor, hasScale, hasRotation;
39 hasRotation = renderData.rotationChannel != null;
50 if(hasRotation){

Completed in 41 milliseconds