Skip to content

Commit

Permalink
Merge pull request #25 from MozillaReality/video-texture-billboard
Browse files Browse the repository at this point in the history
Add video-texture-target and billboard components
  • Loading branch information
netpro2k authored Mar 16, 2021
2 parents 134bc8f + 7d9fb10 commit db62d20
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions default-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,5 +500,31 @@
}
}
}
},
"video-texture-target": {
"category": "Avatar",
"node": false,
"scene": false,
"material": true,
"properties": {
"targetBaseColorMap": {
"type": "bool",
"default": true
},
"targetEmissiveMap": {
"type": "bool",
"default": false
}
}
},
"billboard": {
"category": "Elements",
"node": true,
"properties": {
"onlyY": {
"type": "bool",
"default": false
}
}
}
}

0 comments on commit db62d20

Please sign in to comment.