Creates a new window with hardware acceleration for rendering the 3D scene.


icon

Inputs/Outputs

  • cenum.png Window State

    Window State specifies the state of the new window.

    0Open (default)—The new window is open but is not maximized, minimized, or hidden.
    1Minimized—The new window is minimized.
    2Maximized—The new window is maximized.
    3Hidden—The new window is floating but is not visible because LabVIEW is not the active application.
  • cenum.png Camera Controller

    Camera Controller sets the interaction of the camera with the 3D scene.

    0None (default)—The camera does not interact with the scene.
    1Spherical—The camera rotates and moves as if pinned to a sphere.
    2Flying—The camera flies through the scene freely.
  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • iswinref.png New Window Refnum

    New Window Refnum is the reference to the window.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.

  • Examples

    Refer to the following example files included with LabVIEW.

    • labview\examples\Graphics and Sound\3D Picture Control\3D Model of Solar System.vi