Hello!
I've seen in some script that one can test variable definition using
|
Source code
|
1
|
ifnot ( myvariable === undefined, xxx, yyy );
|
I'm not even sure that works correctly...
I would like to know if there is a way to detect "Not a Number" values. I've tried something like
|
Source code
|
1
|
ifnot ( myvariable === NaN, xxx, yyy );
|
but it does not work.
I found no reference to those states in KRPano doc...
Regards,
Paul