Hi,
        I presummed when you said you want to output to VRML world, you
meant to create or manipulate VRML objects in the world. Offhand I do not
have any specific example with me, but there are a number of good links
below:
a.      the standard for the interaction is specified in Annex B of 
        the VRML97 standard. There are two methods under the Browser
        object
        i.      BaseNode[] createVrmlFromString(String vrmlSyntax)
        ii.     void createVrmlFromURL(String[] url, BaseNode node,
                  String event)
        (additional reference at Annex B VRML95 at http://www.vrml.org/)
b.      one actual implementation I know of is the EAI (External
        Authoring Interface) by CosmoSoftware's CosmoPlayer. 
        (The standard is developed and proposed by CosmoSoftware, so
        naturally there are a number of examples and tutorials at their
        corporate site at http://www.cosmosoftware.com/developer/. 

Although I did not have programming experience of using the EAI interface,
their demo and examples seemed to suggest that it is a very fast and not
too complicated.

Hope the above help.


WSCHIA


On Mon, 5 Oct 1998, Debabrata Biswas wrote:

> Hi all,
> 
> Can anyone tell me how to send output from a Jess applet to a VRML world. I
> have written a Jess appplet which use the .clp file. Now I want to send the
> output of this applet to a VRML world. Can anyone tell me "with example"
> how to send the output to the VRML world
> 
> Thanks
> 
> Biswas
> -------
> 
> ---------------------------------------------------------------------
> To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
> in the BODY of a message to [EMAIL PROTECTED], NOT to the
> list. List problems? Notify [EMAIL PROTECTED]
> ---------------------------------------------------------------------
> 

---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list. List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to