mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Fix right touch joystick
This commit is contained in:
parent
2b88935812
commit
3df1819086
2 changed files with 3 additions and 4 deletions
Binary file not shown.
|
@ -48,8 +48,8 @@ rightBasePosition = {
|
|||
z: CONTROLLER_LATERAL_OFFSET
|
||||
};
|
||||
|
||||
var BASE_URL = "file:///C:/Users/Ryan/dev/hifi/interface/resources/meshes/controller/touch/";
|
||||
//var BASE_URL = Script.resourcesPath() + "meshes/controller/touch/";
|
||||
//var BASE_URL = "file:///C:/Users/Ryan/dev/hifi/interface/resources/meshes/controller/touch/";
|
||||
var BASE_URL = Script.resourcesPath() + "meshes/controller/touch/";
|
||||
|
||||
TOUCH_CONTROLLER_CONFIGURATION_LEFT = {
|
||||
name: "Touch",
|
||||
|
@ -309,8 +309,7 @@ TOUCH_CONTROLLER_CONFIGURATION_RIGHT = {
|
|||
xHalfAngle: 20,
|
||||
yHalfAngle: 20,
|
||||
|
||||
|
||||
textureName: "psdFileTex2",
|
||||
textureName: "R_controller_DIF.jpg",
|
||||
defaultTextureLayer: "normal",
|
||||
textureLayers: {
|
||||
normal: {
|
||||
|
|
Loading…
Reference in a new issue