Codota Logo
us.ihmc.jMonkeyEngineToolkit
Code IndexAdd Codota to your IDE (free)

How to use us.ihmc.jMonkeyEngineToolkit

Best Java code snippets using us.ihmc.jMonkeyEngineToolkit (Showing top 20 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Point p =
  • Codota Iconnew Point(x, y)
  • Codota Iconnew Point()
  • Codota IconMouseEvent e;e.getPoint()
  • Smart code suggestions by Codota
}
origin: us.ihmc/ihmc-jmonkey-engine-toolkit

protected void start()
{
 graphics3dAdapter.addRootNode(rootNode);
 viewportAdapter = Graphics3DAdapterTools.createViewport(graphics3dAdapter);
 
 addFrameListener(this);
}
origin: us.ihmc/ihmc-jmonkey-engine-toolkit

public Graphics3DWorld(String worldName, Graphics3DAdapter graphics3dAdapter)
{
 this.graphics3dAdapter = graphics3dAdapter;
 this.worldName = worldName;
 init();
}
origin: us.ihmc/IHMCJMonkeyEngineToolkit

public void startWithGui(int windowWidth, int windowHeight)
{
 startWithGui(ClassicCameraController.CAMERA_START_X, ClassicCameraController.CAMERA_START_Y, ClassicCameraController.CAMERA_START_Z, windowWidth,
        windowHeight);
}
origin: us.ihmc/ihmc-avatar-interfaces

public HeightMap getHeightMap()
{
 HeightMap ret = null;
 if (groundProfile3D != null)
 {
   ret = groundProfile3D.getHeightMapIfAvailable();
 }
 return ret;
}
origin: us.ihmc/ihmc-jmonkey-engine-toolkit

public static ClassicCameraController createNewWindow(Graphics3DAdapter graphics3DAdapter, String title, int width, int height,
    Vector3D initialCameraTranslation)
{
 return createNewWindow(graphics3DAdapter, createViewport(graphics3DAdapter), title, width, height, initialCameraTranslation);
}
origin: us.ihmc/ihmc-jmonkey-engine-toolkit

public void addAllChildren(Graphics3DNode... children)
{
 for (Graphics3DNode child : children)
 {
   addChild(child);
 }
}
origin: us.ihmc/ihmc-jmonkey-engine-toolkit

@Override
public double getFieldOfView()
{
  return camera.getHorizontalFovInRadians();
}
origin: us.ihmc/ihmc-jmonkey-engine-toolkit

@Override
public QuaternionReadOnly getCameraOrientation()
{
  return camera.getCameraRotation();
}
origin: us.ihmc/IHMCJMonkeyEngineToolkit

protected synchronized void updateGraphics(float tpf)
{
 for (Updatable updatable : updatables)
 {
   updatable.simpleUpdate(tpf);
 }
}
origin: us.ihmc/ihmc-jmonkey-engine-toolkit

@Override
public Point3DReadOnly getCameraPosition()
{
  return camera.getCameraPosition();
}
origin: us.ihmc/ihmc-jmonkey-engine-toolkit

@Override
public JMEGraphics3DAdapter getGraphics3DAdapter()
{
 return (JMEGraphics3DAdapter) super.getGraphics3DAdapter();
}
origin: us.ihmc/IHMCJMonkeyEngineToolkit

protected void start()
{
 graphics3dAdapter.addRootNode(rootNode);
 viewportAdapter = Graphics3DAdapterTools.createViewport(graphics3dAdapter);
 
 addFrameListener(this);
}
origin: us.ihmc/IHMCAvatarInterfaces

public HeightMap getHeightMap()
{
 HeightMap ret = null;
 
 if (groundProfile3D != null)
 {
   ret = groundProfile3D.getHeightMapIfAvailable();
 }
 
 return ret;
}
origin: us.ihmc/IHMCJMonkeyEngineToolkit

public static ClassicCameraController createNewWindow(Graphics3DAdapter graphics3DAdapter, String title, int width, int height,
    Vector3d initialCameraTranslation)
{
 return createNewWindow(graphics3DAdapter, createViewport(graphics3DAdapter), title, width, height, initialCameraTranslation);
}
origin: us.ihmc/ihmc-jmonkey-engine-toolkit

public void startWithGui(int windowWidth, int windowHeight)
{
 startWithGui(ClassicCameraController.CAMERA_START_X, ClassicCameraController.CAMERA_START_Y, ClassicCameraController.CAMERA_START_Z, windowWidth,
        windowHeight);
}
origin: us.ihmc/IHMCJMonkeyEngineToolkit

public void addAllChildren(Graphics3DNode... children)
{
 for (Graphics3DNode child : children)
 {
   addChild(child);
 }
}
origin: us.ihmc/ihmc-jmonkey-engine-toolkit

@Override
public double getFieldOfView()
{
  return camera.getHorizontalFovInRadians();
}
origin: us.ihmc/ihmc-jmonkey-engine-toolkit

@Override
public QuaternionReadOnly getCameraOrientation()
{
  return camera.getCameraRotation();
}
origin: us.ihmc/ihmc-jmonkey-engine-toolkit

protected synchronized void updateGraphics(float tpf)
{
 for (Updatable updatable : updatables)
 {
   updatable.simpleUpdate(tpf);
 }
}
origin: us.ihmc/ihmc-jmonkey-engine-toolkit

@Override
public Point3DReadOnly getCameraPosition()
{
  return camera.getCameraPosition();
}
us.ihmc.jMonkeyEngineToolkit

Most used classes

  • Graphics3DAdapter
  • CameraConfiguration
  • HeightMapWithNormals
  • JMEGraphics3DAdapter
  • GroundProfile3D
  • JMEGeneratedHeightMap,
  • JMEGraphics3DWorld,
  • JMEDataTypeUtils,
  • JMELidarSpriteGenerator,
  • ClassicCameraController,
  • TrackingDollyCameraController,
  • ViewportAdapter,
  • Pair,
  • CameraAdapter,
  • ContextManager,
  • GPULidarListener,
  • Graphics3DAdapterTools,
  • Graphics3DFrameListener,
  • Graphics3DWorld
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now