|
From: Andrzej K. <ak...@np...> - 2003-01-13 17:39:23
|
----- Original Message -----
From: "Jan Koehnlein" <koe...@tu...>
To: <nps...@li...>
Sent: Monday, January 13, 2003 8:23 AM
Subject: [npsnetv-developers] Working examples
> -----------
> aden_view.xml:
> no errors but black window
> ------------
I get the same result. This was one of James Harney's test
applications, and I suspect the problem may be with the VRML file (or the
placement of it within the scene).
> dis_networking.xml:
> works fine, except the teapots explode before you can steer them.
> Setting armageddonMode to false solves the problem.
> ------------
That's the expected behavior. The teapots aren't really blowing up,
it's just that they're colocated with the test explosions being set off by
the explosion manager. It's tricky to manipulate the teapots when that's
the case, because clicking on the window tends to select the explosions.
> xfsp_networking.xml:
> ...
> Error applying
> resource:/org/npsnet/v/applications/tests/xfsp_networking_a.xml:
> Couldn't find appropriate property/mapping for <ccei:Set value="1.0"
> name="nearClipDistance" />
> Error applying
> resource:/org/npsnet/v/applications/tests/xfsp_networking_a.xml:
> Couldn't find appropriate property/mapping for <ccei:Set value="1000.0"
> name="farClipDistance" />
Whoops, that was due to an egregious error on my part. I'm fixing it
in the CVS build now.
> Loading failed: resource:/org/npsnet/v/views/platforms/surface/FlagPic.gif
This file was in the resources directory, but wasn't included in the
manifest. Fixing that now.
> Initialized /client_a/j3dViewCore/landView
> Index does not match coordIndex
This is some non-fatal error from the Xj3D loader.
> Loading failed: resource:/org/npsnet/v/views/terrain/water512.jpg
I'm not getting this error, but it may have something to do with
something I had screwed up earlier (and have recently fixed in the CVS
build) in terms of MIME types.
> Set Protocol in StandardXFSPController with url
> org.dom4j.util.UserDataElement@c59ad5 [Element: <xfsp attributes: []/>]
> userData: null
> ...
> <same for client_b>
I'm pretty sure this is normal, but you'd have to ask Ekrem (who wrote
the XFSP code).
> Windows appear but everything apart the sky vanishes within a second.
That's not normal, on the other hand. You should see two ships on a
static textured water surface. As in the DIS test, if you move the left
ship in the left window, you should see it move in the right window as well,
and vice-versa.
> The other xfsp examples fail.
When I run xfspYildiz.xml, it seems to work, although I only see the
XFSP sender; the DIS sender seems to be invisible. xfspIITSEC.xml seems to
work fine for me.
> Generally, some of the resources are found and others are not,
> especially the textures. Maybe I have misconfigured the system? I admit
> that I do not run Windows but Linux with JDK 1.4.1 and Java3D 1.3.
Well, thanks for being the first to test it with Linux! I don't think
you've misconfigured the system. Since the textures are a particular
problem, I think the MIME type issue that I mentioned above may have
something to do with the errors that you're getting.
--Andrzej
|