Saurabh Akhauri wrote:
> Hi,
> I have oberved that as soon as i set
> some of the write capabilities in shape3D, java3d stops using
> display list to render those shapes.
> Is it possible to have some of the write capabilities ( eg,
> APPEARANCE_WRITE)
> in shape3d set without hindering the creation of display lists

Try to clear isFrequent bit for this property. Default behaviour with
writeable properties is to send them to graphic card each frame, as they
can change each frame and using display lists would be a big waste. If
you removed isFrequent bit, you tell java3d that it CAN change, but it
will happen very seldom (and you are ready to pay some bigger
performance penalties on change).

Artur

===========================================================================
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