All Downloads are FREE. Search and download functionalities are using the official Maven repository.

us.ihmc.simulationconstructionset.util.ground.TerrainObject3D Maven / Gradle / Ivy

There is a newer version: 0.25.2
Show newest version
package us.ihmc.simulationconstructionset.util.ground;

import java.util.List;

import us.ihmc.euclid.shape.primitives.interfaces.Shape3DReadOnly;
import us.ihmc.graphicsDescription.Graphics3DObject;
import us.ihmc.jMonkeyEngineToolkit.GroundProfile3D;

public interface TerrainObject3D extends GroundProfile3D
{
   Graphics3DObject getLinkGraphics();

   default List getTerrainCollisionShapes()
   {
      return null;
   }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy