1 / 11

J3DWorkbench Visualization Studio

Ken MC NEILL Eclectic3D Http://eclectic3d.net. J3DWorkbench Visualization Studio. Project Overview. Real-time 3D tool based on Java 3D Visualization Simulation Open source infrastructure (Sourceforge) +20K lines of code since 2006 Generic Field Application Scientific Medical

Download Presentation

J3DWorkbench Visualization Studio

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Ken MC NEILL Eclectic3D Http://eclectic3d.net J3DWorkbenchVisualization Studio

  2. Project Overview • Real-time 3D tool based on Java 3D • Visualization • Simulation • Open source infrastructure (Sourceforge) • +20K lines of code since 2006 • Generic Field Application • Scientific • Medical • Educational • Gaming • Collaboration

  3. 2-tier Architecture • Build-time scenegraph 'Workbench' • Eclipse Rich client plug-in environment • Powerful WYSIWYG desktop application • Compose & configure 3D objects & behaviors • Runtime Services • Pure Java • Extends and complements Java 3D API • Webstart-compatible

  4. Workbench Features • Multi view • Model import • Collada, 3DS, DEM, OBJ, LWO • Configurable Navigation • Editing tools • Drag-&-drop, cut, copy, paste • Hierarchal property editor • Shape Wizards • Configurable shapes: torus, tube, bezier patch • Help system

  5. Runtime features • Event dispatcher • Track changes to the scene or to objects • Collision detection & avoidance • +Mesh Deformation (new in v3.1!) • Combinable Triggers • Trigger on click, collide, keystroke • Noise-based animated textures • Alternative to shaders • Fire, smoke, water, lighting effects • Physics (new in v3.2!) • Simple inertia, hardness, friction, gravity

  6. Code Design • Workbench Part • Eclipse RCP-compliant • Is a 'Product' • Composed of interactive Views • Includes Java 3D as a plugin fragment for each platform

  7. Code Design • Runtime Part • 100% decoupled from Workbench code • 90% based on 'proxies' that wrap Java 3D nodes • 10% based on extending Java 3D nodes

  8. Extending J3DWorkbench • Typically done via Workbench • Contribute plug-in to the product • New Wizard • Use composition to create & configure new objects OR • Extend a Runtime Proxy • More complex functionality • Use IPropertySource to expose new properties

  9. Example Plugin 1 • J3DVolumeRender • Medical image volume reconstruction • Uses 'Marching Cubes' algorithm • Produces 3D mesh from 2D DICOM slices

  10. Example Plugin 2 • TagSensorExtension • Polls an HTTP server for real world coordinates • Moves a 3D avatar's position in the virtual world

  11. The Future • Need • Community involvement • Demo scenes to showcase technology • Ongoing maintenance of Java 3D

More Related