Hi all again,<br><br>I just want to check with you whether this is correct or not. In the specification, it says...<br><br>Fog : X3DBindableNode, X3DFogObject {<br> SFBool [in] set_bind<br> SFColor [in,out] color 1 1 1 [0,1]<br>
SFString [in,out] fogType "LINEAR" ["LINEAR"|"EXPONENTIAL"]<br> SFNode [in,out] metadata NULL [X3DMetadataObject]<br> SFFloat [in,out] visibilityRange 0 [0,∞)<br>
SFTime [out] bindTime<br> SFBool [out] isBound<br>}<br><br>The initialization of the visibilityRange sets the SFFloat's minimum and maximum value range as from 0 to positive infinite. However, X3DFogObject's specification clearly shows that...<br>
<br>X3DFogObject {<br> SFColor [in,out] color 1 1 1 [0,1]<br> SFString [in,out] fogType "LINEAR" ["LINEAR"|"EXPONENTIAL"]<br> SFFloat [in,out] visibilityRange 0 [0,-∞)<br>
}<br><br>it is 0 to negative infinite. I guess it's a typo since it should've annotated as "(-∞, 0]" instead if it really meant it. I know some of you might have been bothered because I keep asking tiny little things here but since I'm seriously mastering X3D, please forgive me if you've been. Could anyone please kindly clarify which one is really correct? Really appreciate further answers.<br>
<br>Thank you very much again.<br><br>Regards,<br>Alexander Dong Back Kim<br>