UTC: 2020-09-23 22:51
Volvox-Labs/chocolatey-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
Ignored | History | Force Test | Releases
UTC: 2020-09-23 22:51
Volvox-Labs/chocolatey-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
Ignored | History | Force Test | Releases
UTC: 2020-09-23 19:43
Volvox-Labs/chocolatey-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
Ignored | History | Force Test | Releases
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
var lastHovered = null | |
var hash = null | |
var modifiers = { doubleScale : (e, invert) => { | |
if (invert) | |
e.object3D.scale.multiplyScalar(0.5) | |
else | |
e.object3D.scale.multiplyScalar(2) | |
} | |
} |