Marantle / JavaFx3DApp

A simple 3D model made in JavaFX that can be imported into Swing JPanel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaFx3DApp

A simple 3D model made in JavaFX that is compatible with swing. The main purpose is to demonstrate 3d capabilities in swing.

The focus is the class ThreeDeePanel.java that is just an extended JPanel with some JavaFX 3d modeling in it that displays a (very rough) 3-Dimensional conveyor with a pallet on it.

You can add this to any swing or awt layout JPanel and control its functions with the methods MovePalletIn() MovePalletOut() to animate the pallet displayed on the conveyor.

You can look into the MainFrame.java for example.

static image Example

moving out Example

moving in Example

You can click a 3d node and manipulate it with the sliders if you for some reason like to Example

About

A simple 3D model made in JavaFX that can be imported into Swing JPanel


Languages

Language:Java 100.0%