us.ihmc.simulationconstructionset.gui.ActiveCanvas3DHolder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simulation-construction-set
Show all versions of simulation-construction-set
Simulation Construction Set
package us.ihmc.simulationconstructionset.gui;
import us.ihmc.jMonkeyEngineToolkit.camera.CaptureDevice;
import us.ihmc.jMonkeyEngineToolkit.camera.TrackingDollyCameraController;
public interface ActiveCanvas3DHolder
{
public abstract CaptureDevice getActiveCaptureDevice();
public abstract TrackingDollyCameraController getCamera();
}