[x3d-public] early results of X3DJSAIL rework:

John Carlson yottzumm at gmail.com
Wed Jun 10 02:14:24 PDT 2020


Suggestions?

        public SFVec3f (float x, float y, float z)
        {
                SFVec3f[0] = x;
                SFVec3f[1] = y;
                SFVec3f[2] = z;
        }

On Wed, Jun 10, 2020 at 4:06 AM John Carlson <yottzumm at gmail.com> wrote:

>   required: no arguments
>   found:    float,float,float
>   reason: actual and formal argument lists differ in length
> .\net\x3djsonld\data\forcenode.java:166: error: constructor SFVec3f in
> class SFVec3f cannot be applied to given types;
>         .addFieldValue(new fieldValue().setName("position").setValue(new
> SFVec3f(0.0f,0.0f,0.0f))))
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20200610/8603b910/attachment.html>


More information about the x3d-public mailing list