Closed alters-mit closed 5 months ago
set_vsync_count
send_fove
add_ui_cutout
set_ui_element_rotation
allow_fove_headset_movement
allow_fove_headset_rotation
refresh_leap_motion_rig
show_leap_motion_hands
start_fove_calibration
tilt_fove_rig_by
create_vr_rig
fove_leap_motion
Fove
tdw
FoveLeapMotion
CalibrationMethod
CalibrationSphere
CalibrationState
EyeByEyeCalibration
EyeTorsionCalibration
EyeState
Eye
Autohand
LeapMotion
UI
image
add_image()
add_cutout()
set_rotation(ui_id, angle)
models_core.json
ui/mask.py
ui/cutout.py
vr/fove_eye_tracking.py
vr/fove_minimal.py
lessons/vr/fove_leap_motion.md
python/add_ons/autohand.md
python/add_ons/fove_leap_motion.md
python/add_ons/leap_motion.md
python/vr_data/fove/calibration_method.md
python/vr_data/fove/calibration_sphere.md
python/vr_data/fove/calibration_state.md
python/vr_data/fove/eye_by_eye_calibration.md
python/vr_data/fove/eye_torsion_calibration.md
python/vr_data/fove/eye_state.md
python/vr_data/fove/eye.md
lessons/ui/ui.md
New Features
Command API
New Commands
set_vsync_count
send_fove
add_ui_cutout
set_ui_element_rotation
allow_fove_headset_movement
allow_fove_headset_rotation
refresh_leap_motion_rig
show_leap_motion_hands
start_fove_calibration
tilt_fove_rig_by
Modified Commands
create_vr_rig
fove_leap_motion
Output Data
New Output Data
Fove
tdw
moduleFoveLeapMotion
add-on.FoveLeapMotion
:CalibrationMethod
CalibrationSphere
CalibrationState
EyeByEyeCalibration
EyeTorsionCalibration
EyeState
Eye
Autohand
Abstract base class for all VR rigs that use Autohand.LeapMotion
Abstract base class for all VR rigs that use Leap Motion.UI
add-on:image
parameter inadd_image()
can now be a PIL image.add_cutout()
Add a UI image that cuts a transparent hole in another UI image.set_rotation(ui_id, angle)
Model Library
models_core.json
: baseball,Example Controllers
ui/mask.py
withui/cutout.py
vr/fove_eye_tracking.py
vr/fove_minimal.py
Documentation
New Documentation
lessons/vr/fove_leap_motion.md
python/add_ons/autohand.md
Autohand
.python/add_ons/fove_leap_motion.md
FoveLeapMotion
.python/add_ons/leap_motion.md
LeapMotion
.python/vr_data/fove/calibration_method.md
python/vr_data/fove/calibration_sphere.md
python/vr_data/fove/calibration_state.md
python/vr_data/fove/eye_by_eye_calibration.md
python/vr_data/fove/eye_torsion_calibration.md
python/vr_data/fove/eye_state.md
python/vr_data/fove/eye.md
FoveLeapMotion
add-on.Modified Documentation
lessons/ui/ui.md
Moved transform-related sections into a single section.