mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 00:59:56 +02:00
Update particle rate and fix default vive controller labels
This commit is contained in:
parent
c411722d52
commit
69e3e429f1
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
var props = childrenProps[childEntityID];
|
||||
if (props.type == "ParticleEffect") {
|
||||
Entities.editEntity(childEntityID, {
|
||||
emitRate: 140,
|
||||
emitRate: 35,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
@ -246,7 +246,7 @@ VIVE_CONTROLLER_CONFIGURATION = {
|
|||
|
||||
textureName: "Tex.Blank",
|
||||
|
||||
defaultTextureLayer: "trigger",
|
||||
defaultTextureLayer: "blank",
|
||||
textureLayers: {
|
||||
blank: {
|
||||
defaultTextureURL: viveTipsModelURL + "/Controller-Tips.fbm/Blank.png",
|
||||
|
|
Loading…
Reference in a new issue