You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package visualiser.model;
|
|
|
|
import com.interactivemesh.jfx.importer.Importer;
|
|
import javafx.scene.layout.Pane;
|
|
|
|
/**
|
|
* Created by fwy13 on 29/08/17.
|
|
*/
|
|
public class BoatDisplay3D extends Pane {
|
|
|
|
|
|
public BoatDisplay3D(String filePath){
|
|
super();
|
|
// Shape3D
|
|
// this.getChildren().add();
|
|
}
|
|
|
|
}
|