home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 13 / boot-disc-1997-09.iso / HyprWire / DATA.Z / W3D.imn < prev    next >
Text File  |  1996-03-22  |  3KB  |  132 lines

  1.       kxMenu "Animate" =
  2.         {
  3.         AnimateAll
  4.         StopAllAnimation
  5.         GetFrameRate
  6.         GetFrameCount
  7.         AlertatFrameCount
  8.         GetObjectAnimationStatus
  9.         GetObjectFrameNumber
  10.  //       GotoObjectFrame
  11.  //       StartObjectAnimation
  12.  //       ReverseObjectAnimation
  13. //        StopObjectAnimation
  14.         }
  15.       kxMenu "Camera" =
  16.         {
  17.         GetCameraFromPoint
  18.         GetCameraToPoint
  19.         GetCameraUpVector
  20.         GetCameraProjectionType
  21. //        GetCameraOrthographicBBox
  22.         GetCameraFOV
  23.         GetCameraAspectRatio
  24.         GetCameraHither
  25.         GetCameraYon
  26.         }
  27.       kxMenu "Data" =
  28.         {
  29.         LoadFile
  30. //        LoadObjects
  31.         kxSeparator
  32. //        UnloadObjects
  33.         UnloadFile
  34.         UnloadAll
  35.         kxSeparator
  36. //        GetObjectNames
  37.         GetObjectType
  38. //        GetSceneBBox
  39.         GetObjectData
  40.         GetObjectDataString
  41.         SetObjectData
  42.         }
  43.       kxMenu "Light" =
  44.         {
  45.         GetLightType
  46.         GetLightState
  47.         GetLightColor
  48.         GetLightFromPoint
  49.         GetLightToPoint
  50.         GetLightMagnitude
  51.         kxSeparator
  52. //        HighlightOn
  53. //        HighlightOff
  54. //        LightsOn
  55. //        LightsOff
  56. //        kxSeparator
  57.         GetAmbientLightColor
  58.         GetAmbientLightState
  59.         GetAmbientLightMagnitude
  60.         SetAmbientLightColor
  61.         SetAmbientLightState
  62.         SetAmbientLightMagnitude
  63.         }
  64.       kxMenu "Mesh and Scene" =
  65.         {
  66.         GetMeshAnimatedFlag
  67. //        GetMeshBBox
  68.         GetMeshHighlightFlag
  69.         GetMeshMaxFrame
  70.         GetMeshRenderState
  71.         GetMeshHeadObjectFlag
  72.         kxSeparator
  73.         GetSceneMeshCount
  74.         GetSceneLightCount
  75.         GetSceneCameraCount
  76.         }
  77.       kxMenu "Mode" =
  78.         {
  79. //        RenderingMode
  80.         SetOrthographicProjection
  81.         SetPerspectiveProjection
  82.         kxSeparator
  83.         GetNavigationMode
  84.         SetFlyOrbitSpeed
  85.         SetFlyMode
  86.         SetOrbitMode
  87.         SetControlMode
  88.         kxSeparator
  89.         SetAutoRefreshMode
  90.         RefreshNow
  91.         PickAt
  92.         }
  93.       kxMenu "View" =
  94.         {
  95.         GetViewpoint
  96.         GetViewpointFromPoint
  97.         GetViewpointToPoint
  98.         GetViewpointUpVector
  99.         SetViewtoCamera
  100.         SetViewpoint
  101.         kxSeparator
  102.         EstablishBoundingBox
  103.         EstablishLineofSight
  104.         EstablishFacingLineofSight
  105.         EstablishObjectProximity
  106.         EstablishPositionProximity
  107.         kxSeparator
  108.         LookAtObject
  109.         LookAtScene
  110.         }
  111.       kxMenu "X, Y and Z" =
  112.         {
  113.         GetXConstrain
  114.         GetYConstrain
  115.         GetZConstrain
  116.         GetDXConstrain
  117.         GetDYConstrain
  118.         GetDZConstrain
  119.         kxSeparator
  120.         SetFlyConstraints
  121.         SetOrbitConstraints
  122.         SetTrackMode
  123.         kxSeparator
  124.         RotateScene
  125.         MoveForwardBackward
  126.         MoveLeftRight
  127.         MoveUpDown
  128.         YawLeftRight
  129.         PitchUpDown
  130.         RollLeftRight
  131.         }
  132.