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         &quot;LINEAR&quot; [&quot;LINEAR&quot;|&quot;EXPONENTIAL&quot;]<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&#39;s minimum and maximum value range as from 0 to positive infinite. However, X3DFogObject&#39;s specification clearly shows that...<br>
<br>X3DFogObject {<br>  SFColor  [in,out] color           1 1 1    [0,1]<br>  SFString [in,out] fogType         &quot;LINEAR&quot; [&quot;LINEAR&quot;|&quot;EXPONENTIAL&quot;]<br>  SFFloat  [in,out] visibilityRange 0        [0,-∞)<br>
}<br><br>it is 0 to negative infinite. I guess it&#39;s a typo since it should&#39;ve annotated as &quot;(-∞, 0]&quot; 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&#39;m seriously mastering X3D, please forgive me if you&#39;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>