Update of /cvsroot/openvrml/openvrml/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2005/doc
Modified Files:
Tag: OpenVRML-0_16-BRANCH
openvrml-gtkplug.texi
Log Message:
Added load-url command to openvrml-gtkplug; this facilitates loading a new world into an existing component instance.
Index: openvrml-gtkplug.texi
===================================================================
RCS file: /cvsroot/openvrml/openvrml/doc/openvrml-gtkplug.texi,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -d -r1.1.2.5 -r1.1.2.6
*** openvrml-gtkplug.texi 30 Nov 2006 06:47:32 -0000 1.1.2.5
--- openvrml-gtkplug.texi 23 Jan 2007 05:51:55 -0000 1.1.2.6
***************
*** 264,267 ****
--- 264,283 ----
@section Commands
+ @cindex load-url
+ @subsection @code{load-url}
+
+ The @code{load-url} command initiates loading of a VRML or X3D world.
+
+ This command takes the following form:
+
+ @example
+ load-url @var{url}
+ @end example
+
+ @table @var
+ @item url
+ A URL for a VRML or X3D world.
+ @end table
+
@cindex get-url-result
@subsection @code{get-url-result}
|