j3d1x1-stereo.html

来自「这是一个JAVA的代码」· HTML 代码 · 共 38 行

HTML
38
字号
<body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000"><pre>/* ************************************************************************ *   * Java 3D configuration file for single fullscreen stereo desktop * configuration with no head tracking. *   ************************************************************************ */(NewScreen center 0)(ScreenProperty center WindowSize NoBorderFullScreen)// Define the physical body.//// The head origin is halfway between the eyes, with X extending to the right,// Y up, and positive Z extending into the skull.// (NewPhysicalBody SiteUser)// Set the interpupilary distance.  This sets the LeftEyePosition and// RightEyePosition to offsets of half this distance along both directions of// the X axis.// (PhysicalBodyProperty SiteUser StereoEyeSeparation 0.066)// Create a view using the defined screen and physical body.//(NewView view0)(ViewProperty view0 Screen       center)(ViewProperty view0 PhysicalBody SiteUser)// Enable stereo viewing.// (ViewProperty view0 StereoEnable true)</pre>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?