mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Fix emissive channel on touch models
This commit is contained in:
parent
f3f6317c91
commit
46f5494af8
11 changed files with 10 additions and 10 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -105,7 +105,7 @@ TOUCH_CONTROLLER_CONFIGURATION_LEFT = {
|
|||
axis: { x: 1, y: 0, z: 0 },
|
||||
maxAngle: 17,
|
||||
|
||||
textureName: "psdFileTex2",
|
||||
textureName: "tex-highlight",
|
||||
defaultTextureLayer: "normal",
|
||||
textureLayers: {
|
||||
normal: {
|
||||
|
@ -128,7 +128,7 @@ TOUCH_CONTROLLER_CONFIGURATION_LEFT = {
|
|||
axis: { x: 1, y: 0.302933918, z: 0.302933918 },
|
||||
maxTranslation: 0.003967,
|
||||
|
||||
textureName: "psdFileTex2",
|
||||
textureName: "tex-highlight",
|
||||
defaultTextureLayer: "normal",
|
||||
textureLayers: {
|
||||
normal: {
|
||||
|
@ -152,7 +152,7 @@ TOUCH_CONTROLLER_CONFIGURATION_LEFT = {
|
|||
xHalfAngle: 20,
|
||||
yHalfAngle: 20,
|
||||
|
||||
textureName: "psdFileTex2",
|
||||
textureName: "tex-highlight",
|
||||
defaultTextureLayer: "normal",
|
||||
textureLayers: {
|
||||
normal: {
|
||||
|
@ -173,7 +173,7 @@ TOUCH_CONTROLLER_CONFIGURATION_LEFT = {
|
|||
axis: { x: 0, y: -1, z: 0 },
|
||||
maxTranslation: 0.001,
|
||||
|
||||
textureName: "psdFileTex2",
|
||||
textureName: "tex-highlight",
|
||||
defaultTextureLayer: "normal",
|
||||
textureLayers: {
|
||||
normal: {
|
||||
|
@ -194,7 +194,7 @@ TOUCH_CONTROLLER_CONFIGURATION_LEFT = {
|
|||
axis: { x: 0, y: -1, z: 0 },
|
||||
maxTranslation: 0.001,
|
||||
|
||||
textureName: "psdFileTex2",
|
||||
textureName: "tex-highlight",
|
||||
defaultTextureLayer: "normal",
|
||||
textureLayers: {
|
||||
normal: {
|
||||
|
@ -261,7 +261,7 @@ TOUCH_CONTROLLER_CONFIGURATION_RIGHT = {
|
|||
axis: { x: 1, y: 0, z: 0 },
|
||||
maxAngle: 17,
|
||||
|
||||
textureName: "psdFileTex2",
|
||||
textureName: "tex-highlight",
|
||||
defaultTextureLayer: "normal",
|
||||
textureLayers: {
|
||||
normal: {
|
||||
|
@ -285,7 +285,7 @@ TOUCH_CONTROLLER_CONFIGURATION_RIGHT = {
|
|||
maxTranslation: 0.003967,
|
||||
|
||||
|
||||
textureName: "psdFileTex2",
|
||||
textureName: "tex-highlight",
|
||||
defaultTextureLayer: "normal",
|
||||
textureLayers: {
|
||||
normal: {
|
||||
|
@ -309,7 +309,7 @@ TOUCH_CONTROLLER_CONFIGURATION_RIGHT = {
|
|||
xHalfAngle: 20,
|
||||
yHalfAngle: 20,
|
||||
|
||||
textureName: "R_controller_DIF.jpg",
|
||||
textureName: "tex-highlight",
|
||||
defaultTextureLayer: "normal",
|
||||
textureLayers: {
|
||||
normal: {
|
||||
|
@ -330,7 +330,7 @@ TOUCH_CONTROLLER_CONFIGURATION_RIGHT = {
|
|||
axis: { x: 0, y: -1, z: 0 },
|
||||
maxTranslation: 0.001,
|
||||
|
||||
textureName: "psdFileTex2",
|
||||
textureName: "tex-highlight",
|
||||
defaultTextureLayer: "normal",
|
||||
textureLayers: {
|
||||
normal: {
|
||||
|
@ -351,7 +351,7 @@ TOUCH_CONTROLLER_CONFIGURATION_RIGHT = {
|
|||
axis: { x: 0, y: -1, z: 0 },
|
||||
maxTranslation: 0.001,
|
||||
|
||||
textureName: "psdFileTex2",
|
||||
textureName: "tex-highlight",
|
||||
defaultTextureLayer: "normal",
|
||||
textureLayers: {
|
||||
normal: {
|
||||
|
|
Loading…
Reference in a new issue