Tabnine Logo
IntMap.clear
Code IndexAdd Tabnine to your IDE (free)

How to use
clear
method
in
com.jme3.util.IntMap

Best Java code snippets using com.jme3.util.IntMap.clear (Showing top 20 results out of 315)

origin: jMonkeyEngine/jmonkeyengine

/**
 * Do not use.
 * Called to reset pressed keys or buttons when focus is restored.
 */
public void reset() {
  pressedButtons.clear();
  axisValues.clear();
}
origin: jMonkeyEngine/jmonkeyengine

/**
 * Clears all frame-specific statistics such as objects used per frame.
 */
public void clearFrame(){
  shadersUsed.clear();
  texturesUsed.clear();
  fbosUsed.clear();
  numObjects = 0;
  numTriangles = 0;
  numVertices = 0;
  numShaderSwitches = 0;
  numTextureBinds = 0;
  numFboSwitches = 0;
  numUniformsSet = 0;
  
  lastShader = -1;
}
origin: jMonkeyEngine/jmonkeyengine

public void reset(){
  verts.clear();
  texCoords.clear();
  norms.clear();
  faces.clear();
  matFaces.clear();
  vertIndexMap.clear();
  indexVertMap.clear();
  currentMatName = null;
  matList = null;
  curIndex = 0;
  geomIndex = 0;
  scan = null;
}
origin: jMonkeyEngine/jmonkeyengine

/**
 * Clears all the input mappings from this InputManager.
 * Consequently, also clears all of the
 * InputListeners as well.
 */
public void clearMappings() {
  mappings.clear();
  bindings.clear();
  reset();
}
origin: jMonkeyEngine/jmonkeyengine

@Override
public void startDocument() {
  geoms.clear();
  lodLevels.clear();
  sb = null;
  ib = null;
  fb = null;
  vb = null;
  mesh = null;
  geom = null;
  sharedMesh = null;
  usesSharedMesh.clear();
  usesSharedVerts = false;
  vertCount = 0;
  meshIndex = 0;
  texCoordIndex = 0;
  ignoreUntilEnd = null;
  animData = null;
  actuallyHasWeights = false;
  submeshNamesHack = false;
  indicesData = null;
  weightsFloatData = null;
}
origin: jMonkeyEngine/jmonkeyengine

public void destroy() {
  logger.log(Level.FINE, "Doing Destroy.");
  pauseSensors();
  if (sensorManager != null) {
    sensorManager.unregisterListener(this);
  }
  sensors.clear();
  loaded = false;
  sensorManager = null;
}
origin: jMonkeyEngine/jmonkeyengine

indexVertMap.clear();
curIndex = 0;
origin: jMonkeyEngine/jmonkeyengine

assertNotNull(attributes, "No attributes defined for mesh " + mesh);
skinBuffers.clear();
origin: org.jmonkeyengine/jme3-core

/**
 * Do not use.
 * Called to reset pressed keys or buttons when focus is restored.
 */
public void reset() {
  pressedButtons.clear();
  axisValues.clear();
}
origin: info.projectkyoto/mms-engine

/**
 * Do not use.
 * Called to reset pressed keys or buttons when focus is restored.
 */
public void reset() {
  pressedButtons.clear();
  axisValues.clear();
}
origin: org.jmonkeyengine/jme3-core

/**
 * Clears all frame-specific statistics such as objects used per frame.
 */
public void clearFrame(){
  shadersUsed.clear();
  texturesUsed.clear();
  fbosUsed.clear();
  numObjects = 0;
  numTriangles = 0;
  numVertices = 0;
  numShaderSwitches = 0;
  numTextureBinds = 0;
  numFboSwitches = 0;
  numUniformsSet = 0;
  
  lastShader = -1;
}
origin: info.projectkyoto/mms-engine

public void reset(){
  verts.clear();
  texCoords.clear();
  norms.clear();
  faces.clear();
  matFaces.clear();
  vertIndexMap.clear();
  indexVertMap.clear();
  currentMatName = null;
  curIndex = 0;
  geomIndex = 0;
  scan = null;
}
origin: org.jmonkeyengine/jme3-plugins

@Override
public void startDocument() {
  geoms.clear();
  lodLevels.clear();
  sb = null;
  ib = null;
  fb = null;
  vb = null;
  mesh = null;
  geom = null;
  sharedMesh = null;
  usesSharedMesh.clear();
  usesSharedVerts = false;
  vertCount = 0;
  meshIndex = 0;
  texCoordIndex = 0;
  ignoreUntilEnd = null;
  animData = null;
  actuallyHasWeights = false;
  submeshNamesHack = false;
  indicesData = null;
  weightsFloatData = null;
}
origin: org.jmonkeyengine/jme3-core

public void reset(){
  verts.clear();
  texCoords.clear();
  norms.clear();
  faces.clear();
  matFaces.clear();
  vertIndexMap.clear();
  indexVertMap.clear();
  currentMatName = null;
  matList = null;
  curIndex = 0;
  geomIndex = 0;
  scan = null;
}
origin: us.ihmc.thirdparty.jme/jme3-plugins

@Override
public void startDocument() {
  geoms.clear();
  lodLevels.clear();
  sb = null;
  ib = null;
  fb = null;
  vb = null;
  mesh = null;
  geom = null;
  sharedMesh = null;
  usesSharedMesh.clear();
  usesSharedVerts = false;
  vertCount = 0;
  meshIndex = 0;
  texCoordIndex = 0;
  ignoreUntilEnd = null;
  animData = null;
  actuallyHasWeights = false;
  submeshNamesHack = false;
  indicesData = null;
  weightsFloatData = null;
}
origin: org.jmonkeyengine/jme3-core

/**
 * Clears all the input mappings from this InputManager.
 * Consequently, also clears all of the
 * InputListeners as well.
 */
public void clearMappings() {
  mappings.clear();
  bindings.clear();
  reset();
}
origin: info.projectkyoto/mms-engine

/**
 * Clears all the input mappings from this InputManager. 
 * Consequently, also clears all of the
 * InputListeners as well.
 */
public void clearMappings() {
  mappings.clear();
  bindings.clear();
  reset();
}
origin: info.projectkyoto/mms-engine

@Override
public void startDocument() {
  geoms.clear();
  lodLevels.clear();
  sb = null;
  ib = null;
  fb = null;
  vb = null;
  mesh = null;
  geom = null;
  sharedMesh = null;
  usesSharedMesh.clear();
  usesSharedVerts = false;
  vertCount = 0;
  meshIndex = 0;
  texCoordIndex = 0;
  ignoreUntilEnd = null;
  animData = null;
  actuallyHasWeights = false;
  submeshNamesHack = false;
  indicesData = null;
  weightsFloatData = null;
}
origin: org.jmonkeyengine/jme3-core

indexVertMap.clear();
curIndex = 0;
origin: org.jmonkeyengine/jme3-plugins

assertNotNull(attributes, "No attributes defined for mesh " + mesh);
skinBuffers.clear();
com.jme3.utilIntMapclear

Popular methods of IntMap

  • get
  • put
  • size
  • <init>
  • remove
  • containsKey
  • iterator
  • clone

Popular in Java

  • Making http post requests using okhttp
  • onRequestPermissionsResult (Fragment)
  • notifyDataSetChanged (ArrayAdapter)
  • compareTo (BigDecimal)
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • 21 Best IntelliJ Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now