[x3d-public] X3D Agenda 19 June 2020: Mantis issues

Michalis Kamburelis michalis.kambi at gmail.com
Fri Jun 19 13:21:53 PDT 2020


pt., 19 cze 2020 o 19:43 GPU Group <gpugroup at gmail.com> napisał(a):

> 1310            near and far clipping planes currently not directly
> specified
>

NavigationInfo supports specifying them:

- NavigationInfo.visibilityLimit is the far clipping plane, if non-zero.

- NavigationInfo.avatarSize[0] / 2.0 is the near clipping plane, if browser
follows the spec recommendation: """It is recommended that the near
clipping plane be set to one-half of the collision radius as specified in
the avatarSize field"""

See
https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/navigation.html#NavigationInfo
.

Castle Game Engine honors it (with some exceptions, e.g. using shadow
volumes forces the far clipping plane to infinity).

Regards,
Michalis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20200619/048af064/attachment-0001.html>


More information about the x3d-public mailing list