Justin,

         http://www.j3d.org/implementation/properties.html is quite a
complete list. You might want to add the following :

===========================
Multisampling Antialiasing
===========================

By default, full scene antialiasing is disabled if a
multisampling pixel format (or visual) is chosen.
To honor a display drivers multisample antialiasing
setting (e.g. force scene antialiasing), set the
implicitAntialiasing property to true.
This causes Java3D to ignore its own scene antialias
settings, letting the driver implicitly implement the
feature.

      java -Dj3d.implicitAntialiasing=true MyProgram


and update sharedctx, with Java 3D 1.3, the default is false for
all platforms.

===============
SHARED CONTEXTS
===============

This version of Java 3D is able to use shared contexts in OpenGL for Display
Lists and Texture Objects.  For single canvas applications, there will be no
change in behavior.  For multiple canvas applications, memory requirements
will decrease by using this property.  By default, this property is set
to false. To enable the use of shared contexts set the j3d.sharedctx property
to true, for example:

    java -Dj3d.sharedctx=true MyProgram



thanks,

- Chien Yang.
  Java 3D Team.



> Date: Wed, 17 Jul 2002 09:50:40 -0700
> From: Justin Couch <[EMAIL PROTECTED]>
> Subject: Re: [JAVA3D] Java command line options for J3D
> To: [EMAIL PROTECTED]
> MIME-version: 1.0
> Content-transfer-encoding: 7bit
> X-Accept-Language: en-us, en
> Delivered-to: [EMAIL PROTECTED]
> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0)
Gecko/20020530
>
> Raghavendra R wrote:
>
> > Thanks a lot.I was able to look into this url. But J3d.org mentions that
> > this list may not be complete. Isn't there a complete properties list
> > (Sun ?) for j3d as well as for all "D" options in java VM?
>
> Not that I am aware of. I normally keep the list up to date based on the
> occasional email that drops by this list and the readme that comes with
> the release code. Even then, there are some internal properties for
> Java3D that we don't get told about.
>
> --
> Justin Couch                         http://www.vlc.com.au/~justin/
> Java Architect & Bit Twiddler              http://www.yumetech.com/
> Author, Java 3D FAQ Maintainer                  http://www.j3d.org/
> -------------------------------------------------------------------
> "Humanism is dead. Animals think, feel; so do machines now.
> Neither man nor woman is the measure of all things. Every organism
> processes data according to its domain, its environment; you, with
> all your brains, would be useless in a mouse's universe..."
>                                                - Greg Bear, Slant
> -------------------------------------------------------------------
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff JAVA3D-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to