Skip to main content

Meta_HapticDevice

Module: Metanodes / Definitions

A HapticDevice represents a connection to a device such as a Phantom Omni. Only one instance is required in a scene. More...

#include <meta_haptic.hpp>

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_Position, Idx_Rotation, Idx_Velocity, Idx_GeometryGrabRadius, Idx_LinkedAssembly, Idx_WorkspaceTranslation, Idx_WorkspaceRotationOffset, Idx_WorkspaceSize, Idx_HapticSpaceMode, Idx_DrawHapticWorkspace, Idx_TouchableFace }
Property index.
enumSpaceMode { FixedSpace, FixedCameraAlignedSpace, CameraAttachedSpace }
Values for Idx_HapticSpaceMode.
enumTouchableFace { FrontFace, BackFace, FrontAndBackFace }
Values for Idx_TouchableFace.

Detailed Description

struct Meta_HapticDevice;

A HapticDevice represents a connection to a device such as a Phantom Omni. Only one instance is required in a scene.

The buttons on the device trigger KeyPress and KeyRelease Meta_EventHandler nodes that can be added as children of this node.

The three buttons on the device dispatch __KeyCode values of 1100, 1101, and 1102.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - Enables haptics using the connected Omni device
Idx_Positionvec3w - Contains the current position of the haptic cursor in world space
Idx_Rotationvec3w - Contains the current rotation of the haptic cursor in world space
Idx_Velocityvec3w - Contains the current velocity of the haptic cursor
Idx_GeometryGrabRadiusfloat - Radius to grab geometry around the haptic cursor scaled to workspace size. Performance intensive; Can be reduced for scenes containing complex meshes at the expense of potential missed hits.
Idx_LinkedAssemblylink - Link to an assembly providing the visual representation of the haptic cursor
Idx_WorkspaceTranslationvec3w - Translation of the haptic workspace relative according to the value of Idx_HapticSpaceMode
Idx_WorkspaceRotationOffsetvec3w - Rotation offset of the haptic workspace that can be used to account for alignment of physical device installation
Idx_WorkspaceSizefloat - The spherical workspace diameter
Idx_HapticSpaceModeSpaceMode - How to position the haptic space (using the WorkspaceTranslation).
Idx_DrawHapticWorkspacebool - Draws a visual representation of the workspace showing the approximate range of movement of the device
Idx_TouchableFaceTouchableFace - Specifies which faces of shapes will be touchable

Property index.

enum SpaceMode

EnumeratorValueDescription
FixedSpaceFixed world space. Camera may move freely as the haptic world is not connected to the camera.
FixedCameraAlignedSpaceFixed world space but aligned to camera orientation. Camera must be stationary for haptics to be enabled.
CameraAttachedSpaceAttached to camera. Camera must be stationary for haptics to be enabled.

Values for Idx_HapticSpaceMode.

enum TouchableFace

EnumeratorValueDescription
FrontFaceHaptic collisions use front faces of geometry.
BackFaceHaptic collisions use back faces of geometry.
FrontAndBackFaceHaptic collisions use both faces of geometry.

Values for Idx_TouchableFace.