User Tools

Site Tools


manual:virtual_reality

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
manual:virtual_reality [2018/02/27 01:46] – [Physical Controls] jfmanual:virtual_reality [2019/07/13 17:41] jf
Line 25: Line 25:
 ==== Lens Flare Effect ==== ==== Lens Flare Effect ====
  
-Setting this feature to "ON" will enable lens flare effect. +Setting this feature to "ON" will enable lens flare effect
 + 
 + 
 +**Note** This setting has been added under Graphics Settings in order to enable this for all users. This setting under Virtual Reality will be removed in the next update
  
 ==== Transparency of your virtual hands ==== ==== Transparency of your virtual hands ====
Line 185: Line 188:
 |Aileron      |Right Analog L/R  |Pressure Sensitive | |Aileron      |Right Analog L/R  |Pressure Sensitive |
  
-   +===== Changing VR Hands Color ===== 
 + 
 +{{:manual:vr_hands_color.png?700|}} 
 + 
 +To change the color of your VR Hands follow the below steps.  
 + 
 + 1) find the two lines in your 'main.mcf' file ; 
 + 
 +   * **<[vector4_float64][vr_hand_color_left][0.5 0.8 1 1]>** 
 +   * **<[vector4_float64][vr_hand_color_right][0.5 0.8 1 1]>** 
 + 
 +**Note-** If you don;t see these two new lines delete your main.mcf file 
 + 
 +Simply change the values of your left and right hands. The first three values are based on RGB between 0 and 1 and the last value is alpha. 
 + 
 +To make things easier use this free [[http://doc.instantreality.org/tools/color_calculator/|WEBSITE]] 
 + 
 +Simply copy the RGB Normalized decimal result into your left and right hand brackets. 
 + 
 +If you are looking strictly for the best skin tone values use this [[https://www.schemecolor.com/real-skin-tones-color-palette.php|WEBSITE]] 
 + 
 +Simply scroll down to find your skin tone and copy the RGB values into the first website RGB Decimal box and copy/paste the resulting RGB Normalized decimal result into your left and right hand brackets of your main.mcf file