[x3d-public] Fwd: [x3d:tickets] #13 Puzzled about X_ITE (create3000 Library)/X3DJSAIL java compilation. No setUSE or setDEF from PointLight2.java

John Carlson yottzumm at gmail.com
Mon Jan 17 16:07:29 PST 2022


I'm hoping another X3DJSAIL user can confirm this?  Thanks!

On Mon, Jan 17, 2022 at 6:05 PM John W Carlson <
yottzumm3 at users.sourceforge.net> wrote:

> ------------------------------
>
> * [tickets:#13] <https://sourceforge.net/p/x3d/tickets/13/> Puzzled about
> X_ITE (create3000 Library)/X3DJSAIL java compilation. No setUSE or setDEF
> from PointLight2.java*
>
> *Status:* pending
> *Milestone:* X3D3
> *Created:* Tue Jan 18, 2022 12:05 AM UTC by John W Carlson
> *Last Updated:* Tue Jan 18, 2022 12:05 AM UTC
> *Owner:* John W Carlson
>
> This bug is listed here in reference to X3DSAIL (but I can't see a problem
> with X3DJSAIL), but it has components related to Holger Seelig's X3D
> Library and my JavaSerializer.js in X3DJSONLD.
>
> [ERROR]
> C:\Users\john\X3DJSONLD\src\main\java\net\coderextreme\Library\Tests\Components\Lighting\PointLight2.java:
> [67,42] error: cannot find symbol
> symbol: method setDEF(String)
> location: class PointLight
> [ERROR]
> C:\Users\john\X3DJSONLD\src\main\java\net\coderextreme\Library\Tests\Components\Lighting\PointLight2.java:
> [100,36] error: cannot find symbol
> symbol: method setUSE(String)
> location: class PointLight
>
> Research indicates setUSE on line 1317 and setDEF on line 1254 of
> PointLight.java (X3DJSAIL), so that's OK.
>
> In my exported Java code, (above and below), line 67 and line 100 look
> like:
>
> .addValue(new PointLight().setDEF("_2").setGlobal(false).setLocation(new
> float[] {0f,5f,0f}).setShadowMapSize("2048"))))
>
> and:
>
> .addChild(new PointLight().setUSE("_2"))
>
> ??? I will check in the full source code. Here it is:
> https://github.com/coderextreme/X3DJSONLD/blob/master/src/main/java/net/coderextreme/Library/Tests/Components/Lighting/PointLight2.java
>
> I am quite puzzled. I haven't tried compiling this outside of a build
> script. The message came from a npm install postinstall scripts (maven
> from build.sh) build of X3DJSONLD
> I am aware there are other problems with the build which I will attempt to
> address later.
> ------------------------------
>
> Sent from sourceforge.net because you indicated interest in
> https://sourceforge.net/p/x3d/tickets/13/
>
> To unsubscribe from further messages, please visit
> https://sourceforge.net/auth/subscriptions/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20220117/491e0e20/attachment.html>


More information about the x3d-public mailing list