[x3d-public] This file does not compile in X3D Java SAI. Why not? Should I provide equivalent X3D?

Don Brutzman brutzman at nps.edu
Tue Jan 3 22:29:46 PST 2017


wondering do you have an error console?

On 12/31/2016 4:10 PM, yottzumm at gmail.com wrote:
> See attached.

also please note presence of "pipeline" methods for each setter (except for addChildren due to prior interface) which you may find preferable.

for example

		X3D0.setScene(Scene0_0);
		X3D0.setProfile("Immersive");
		X3D0.setVersion("3.3");

can also be written

		X3D0.setVersion("3.3").setProfile("Immersive").setScene(Scene0_0);

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



More information about the x3d-public mailing list