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

  • Updating database using SQL prepared statement
  • notifyDataSetChanged (ArrayAdapter)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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