mirror of
https://github.com/overte-org/overte.git
synced 2025-08-16 19:54:05 +02:00
comments
This commit is contained in:
parent
f3c13f5d69
commit
f953456007
1 changed files with 1 additions and 4 deletions
|
@ -21,10 +21,7 @@ function radiansToDegrees(radians) {
|
|||
return radians * (180 / PI)
|
||||
}
|
||||
|
||||
// need to add '_group' to the end of properties that will need to be made part of a group on the backend
|
||||
// property_subproperty_group = value
|
||||
// i.e. color_red_group = 0;
|
||||
|
||||
//specify properties that are groups because we have to read them a little differently than single properties at the moment.
|
||||
var groups = [
|
||||
'accelerationSpread',
|
||||
'color',
|
||||
|
|
Loading…
Reference in a new issue