<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Alexander:<br>
<br>
Your comments are not bothersome; on the contrary, they are welcome and
vital to making X3D a robust and consistent specification!  X3D relies
on the user/developer community to help maintain and advance the
standard.  <br>
<br>
Keep on asking the hard questions and pointing out errors or
inconsistencies; I am sure this helps lead to better interoperability
among browsers.<br>
<br>
Thanks,<br>
<br>
Mike Aratow<br>
Co-VP, Board of Directors, Web3D Consortium<br>
<br>
Alexander Dong Back Kim wrote:
<blockquote
 cite="mid:f2530c640909070518t8d951bdi558dd5b461dc7b6d@mail.gmail.com"
 type="cite">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>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
X3D-Public mailing list
<a class="moz-txt-link-abbreviated" href="mailto:X3D-Public@web3d.org">X3D-Public@web3d.org</a>
<a class="moz-txt-link-freetext" href="http://web3d.org/mailman/listinfo/x3d-public_web3d.org">http://web3d.org/mailman/listinfo/x3d-public_web3d.org</a>
  </pre>
</blockquote>
</body>
</html>