...
A very important issue concerns vector parameters and compatibility with RealFlow 4. Whenever you have to deal with individual components of a vector, a certain notation is required. As already mentioned, a vector always conists of a trio of values:
...
theme | Eclipse |
---|---|
language | python |
Position
...
=
...
[
...
5.0,
...
2.3,
...
1.6
...
]
...
In case you want to set the values with an appropriate attribute, you have to use the following syntax:
...