[x3d-public] More Object Model Work: indicating nodes and statements foreachprofile within object model and X3DJSAIL

John Carlson yottzumm at gmail.com
Thu Aug 31 17:47:59 PDT 2017


Not sure, but think that:

./jsail/Core/X3DObject.java:                    InputStream stylesheetInputStream = getClass().getResourceAsStream(stylesheetJarPath);

Should be:
InputStream stylesheetInputStream = getClass().getClassLoader().getResourceAsStream(stylesheetJarPath);




Sent from Mail for Windows 10

From: Don Brutzman
Sent: Thursday, August 31, 2017 7:58 PM
To: John Carlson
Cc: X3D Graphics public mailing list; Roy Walmsley
Subject: Re: More Object Model Work: indicating nodes and statements foreachprofile within object model and X3DJSAIL

On 8/31/2017 4:46 PM, John Carlson wrote:
> One thing we might consider is generating schemas for profiles and components from X3DJSAIL.  Just a thought. I think separate tools may be better.  UNIX philosophy.  Getting a good metamodel into Java might be good too.  That is, supporting profiles as first class objects.  Idk, need to see Java 9 modules more.

Yes interesting insight John.

With all the essential information about X3D scene graph captured
a. in hierarchical object-oriented .xsd XML Schema,
b. in fully elaborated .xml X3D Unified Object Model file,
c. in programmatic Java library X3DJSAIL,
d. in programmatic SAI libraries for JavaScript/C++/C#/C/Python, either under consideration or in progress,

... lots of paths are beginning to emerge for innovators who want to create further X3D schemata/designs/templates/etc. in the manner they choose.

Cool!  8)

all the best, Don
-- 
Don Brutzman  Naval Postgraduate School, Code USW/Br       brutzman at nps.edu
Watkins 270,  MOVES Institute, Monterey CA 93943-5000 USA   +1.831.656.2149
X3D graphics, virtual worlds, navy robotics http://faculty.nps.edu/brutzman

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20170831/0ef6f4a1/attachment.html>


More information about the x3d-public mailing list