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

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintLocLike.java 25 private static final int LOCLIKE_OFFSET = 0x80;
56 flag &= LOCLIKE_X | LOCLIKE_X_INVERT | LOCLIKE_OFFSET;//clear the other flags to swap them
93 if ((flag & LOCLIKE_OFFSET) != 0) {//we add the original location to the copied location
ConstraintSizeLike.java 21 private static final int LOCLIKE_OFFSET = 0x80;
49 flag &= SIZELIKE_X | LOCLIKE_OFFSET;//clear the other flags to swap them
83 if ((flag & LOCLIKE_OFFSET) != 0) {//we add the original scale to the copied scale

Completed in 550 milliseconds