Test Java3D
Test Java3D (ImageJ) | |
---|---|
Author | Benjamin Schmid |
Maintainer | Benjamin Schmid |
File | [1] |
Source | [2] |
Initial release | - |
Latest version | - |
Development status | stable |
Category | Plugins |
Purpose
Plugin to test whether Java3D is installed and working correctly.
Documentation
Java3D is an extension to Java, providing a library for hardware-accelerated 3D rendering. It runs on any common platform, but there are different binaries for Windows, Linux and Mac OS. Furthermore, the underlying graphics interface can either be OpenGL (via Jogl, its Java binding) or DirectX.
These dependencies on the system lead sometimes to problems with Java3D. If a problem occurs, the first step is to find out whether it is due to an incorrectly installed Java3D or to the code in the 3D Viewer.
This plugin uses very basic Java3D features, and thereby provides a way to check if Java3D is working correctly. All it does is to show a rotating coloured cube, as shown in the figure below.
If you encounter problems, you might want to consult the Java 3D Application Development page. In particular, you might want to restart Fiji with specific Java 3D properties set.