1// *********** stereo_view_interactor ************
3// inherits all properties from stereo_view_interactor as described in cgv/plugins/crg_stereo_view/config.def
4// replace type(stereo_view_interactor) with type(vr_view_interactor)
6// *********** Calibration ***********************
8// set file name of calibration that has been saved in UI
9type(vr_view_interactor):calibration_file_path="D:/develop/projects/git/cgv/plugins/vr_test/table.cal"
12// *********** Visualization of human interface devices (hids) ****************************
14// If CGV_DATA environment variable is set and mesh files for hids are located there or in a subfolder,
15// one can skip path in mesh file specification as mesh files are searched recursively in all paths registered
16// in form of a semicolon separated list in the environment variable CGV_DATA.
17// HINT: under windows you can drag your data path onto CGV_DIR/define_data_dir.bat to set CGV_DATA
19// visualization types can be one out of {none,sphere,mesh,both} and default to sphere in Debug and mesh in Release configuration
20// set scaling factors convert mesh coordinates to meter scale
22type(vr_view_interactor):hmd_mesh_file_name="generic_hmd.obj"
23type(vr_view_interactor):hmd_scale=1.0
24//type(vr_view_interactor):hmd_vis_type=mesh
26type(vr_view_interactor):controller_mesh_file_name="vr_controller_vive_1_5.obj"
27type(vr_view_interactor):controller_scale=1.0
28//type(vr_view_interactor):controller_vis_type=mesh
30type(vr_view_interactor):tracker_mesh_file_name="HTC_Vive_Tracker_2017.obj"
31type(vr_view_interactor):tracker_scale=0.001
32//type(vr_view_interactor):tracker_vis_type=mesh
34type(vr_view_interactor):base_mesh_file_name="lh_basestation_vive.obj"
35type(vr_view_interactor):base_scale=1.0
36//type(vr_view_interactor):base_vis_type=mesh
38type(vr_view_interactor):show_focus=true
39name(main):selected="vr_wall"
42//name(vr interactor):tracking_rotation=-30
43//name(vr interactor):tracking_rotation_origin_x=1.30629;
44//name(vr interactor):tracking_rotation_origin_y=1.61343;
45//name(vr interactor):tracking_rotation_origin_z=0.216547
46//name(vr interactor):tracking_origin_x=0.0341002;
47//name(vr interactor):tracking_origin_y=0.700002;
48//name(vr interactor):tracking_origin_z=-0.436978;
49//type(vr_wall):screen_x.coords[0]=-0.303026
50//type(vr_wall):screen_x.coords[1]=-0.00205745
51//type(vr_wall):screen_x.coords[2]=0.00989599
52//type(vr_wall):screen_y.coords[0]=-0.00399962
53//type(vr_wall):screen_y.coords[1]=0.157189
54//type(vr_wall):screen_y.coords[2]=0.0397811
55//type(vr_wall):screen_center.coords[0]=0.36696
56//type(vr_wall):screen_center.coords[1]=0.999418
57//type(vr_wall):screen_center.coords[2]=-0.756677