COSMOPLAYER(1) Cosmo Player COSMOPLAYER(1)
NAME
cosmoplayer - Netscape Plugin that allows you to view VRML files
DESCRIPTION
cosmoplayer is a VRML 2.0-compliant browser that runs as a Netscape
plugin.
OPTIONS
The following are "EMBED" tag options that may be used to control the
player within the html page:
SGIPOPMENU
Controls whether or not the popup menu is enabled. Default is TRUE.
SGIDASHBOARD
Controls whether or not the dashboard is initially enabled. Default
is TRUE.
SGIDISPLAYSTATS
Displays framerate and other statistics in the player window.
SGIIMAGEQUALITY
Controls whether the default image quality is "Best Quality" or
"Smooth Motion". Setting this to 0 means "Best Quality", with
higher numbers indicating lower quality but smoother motion.
SGIDESIREDFRAMERATE
Defines a goal frame rate that cosmoplayer's automatic frame rate
algorithm uses. Default is ~8 fps.
SGITRANSPARENCY
Defines what transparency type the "Nice Transparency" switch
switces to. See SoGLRenderAction(3IV) for details. Default is
SORTED_OBJECT_BLEND
SGILODDEBUG
Turns on LOD debugging.
EXAMPLES
Here are some examples of how to use the EMBED tag. Note that this may
not be the only way, and the HTML may change:
<EMBED SRC="myWorld.wrl" WIDTH="400" HEIGHT="400"
SGI_TRANSPARENCY="DELAYED_BLEND" SGI_POPMENU="FALSE">
Page 1