[x3d-public] Interesting max/round off issue

John Carlson yottzumm at gmail.com
Sun Mar 1 05:30:22 PST 2026


That's why I like schema, it caught the issue!  But yeah, I (or AI, in this
case) should follow the specification.  I notice another thing that JSON
schema wouldn't catch in its pure essence and that's non-decreasing values
in groundAngle.  It might be worth seeing if Schematron catches it?

Thanks for the great lesson, Vince, something to think about.  But since
X3DUOM says 1.5708, I'll go with that, instead of presumptuously moving it
up to 2.  I don't really want to conflict with X3DUOM, which is only
confusing!  AFAIK, schema is merely informational in this app, it doesn't
stop rendering (yet).  Currently the angle I'm most worried about is the
SpotLight's.

John

On Sun, Mar 1, 2026 at 6:46 AM Vincent Marchetti via x3d-public <
x3d-public at web3d.org> wrote:

> I think this serves as an example of overeager validation, not overeager
> rounding.
>
> If validation is going to be a useful tool it should serve to warn of
> practical errors. The issue raised here could happen regardless of any
> additional rounding applied beyond that due to floating point
> representation.
>
> I suggest that a practical validation for this case would be to compare
> the groundAngle to 2.0 This will allow users to achieve the intentian of a
> groundAngle of pi/2 without giving false validation errors, and it would
> raise a red flag if the author mistakenly entered 180 for the groundAngle.
>
> It's always the code developer responsibility to catch mathematically
> invalid input values at run time.
>
> Vince Marchetti
>
>
> > On Mar 1, 2026, at 3:39 AM, John Carlson via x3d-public <
> x3d-public at web3d.org> wrote:
> >
> > Any comments on overeager rounding, which causes validation failures?
>  Maximum angle is 1.5708, which rounds off to 1.571, which is too big.
> Problem is with Background.groundAngle.  An argument for always validating?
> >
> > I didn’t notice an issue visually until trying to interpret schema
> validation issues.
> >
> > Any JavaScript filters for fixing overflows is welcome!
> >
> > As Joe says, sometimes you just want to go into user code and fix it.
> >
> > What if this had happened with .glb?
> >
> > John
> >
> >
> > Error below:
> > keyword: maximum
> > schema location: $defs > Background > oneOf > 1 > properties >
> @groundAngle > items > maximum
> > schema value: 1.5708
> > instance location: X3D > Scene > -children > 0 > Background >
> @groundAngle > 1
> > instance value: 1.571
> > instance shorthand value: 1.571
> > _______________________________________________
> > x3d-public mailing list
> > x3d-public at web3d.org
> > http://web3d.org/mailman/listinfo/x3d-public_web3d.org
>
>
> _______________________________________________
> x3d-public mailing list
> x3d-public at web3d.org
> http://web3d.org/mailman/listinfo/x3d-public_web3d.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20260301/e594634a/attachment-0001.html>


More information about the x3d-public mailing list