Hello again
Where can I get the sun loaders for VRML from?
Ive looked at the Xj3D Loader on the
http://www.j3d.org/utilities/loaders.html web site but that just seams to be
a WML Browser of some sort. Where can I get the Loader files and associated
JavaDocs from?
Cheers
Adrian
- Original M
Hi Kevin,
i'm not quite sure, but there are several eneable flags that you could check.
i reuse one interpolator (in fact it's my own behavior, which disables itself
after the alpha was processed)
by replacing the alpha and assuring the enables are set again..
Hope this helps,
Karsten
Kevin Wil
What's the diference between the JAVA 3D (DirectX Version)and JAVA3D (OpenGL
Version) ?
Which of them should i have install in my PC ?
Thanks, for everything.
_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl
Hi,
I'm new to java3d and i'm looking for a Lightwave 6+ loader, is there such a
thing, since i'm a newbe it would be rather hard for me to make one myself.
If anyone has one could you please send me a copy or write the url back to
the list.
Thanks
Pierre-luc
Hi, my operational system is windows 2000, and a install:
java3d-1_2_1_02-win32-directx-sdk
java3d-1_2_1_02-win32-directx-rt
But nothing happens. What's the problem ? Does Java 3D work in win2000 ?
wich are the steps to install it in this operational system.
I've already install jdk 1.3.1.
Ple
Hi Every One:
Among example files from Jon Barrilleaux, the author of "3D User Interfaces
with Java 3D", there are 3 examples that use dual displays: SimpleApp,
MultiDisplaying, and FancyApp. When I run these three examples, I keep
getting the following errors:
wglMakeCurrent Failed: This funct
Pam Colwell wrote:
>
> Is anyone aware of support for splines in j3d ? Or a 3rd party toolkit?
There is none that I'm aware of at the moment. One of my highest
priorities of personal development with the j3d.org toolkit is to
provide beziers and b-splines to start with and then more to NURBS and
Title: RE: [JAVA3D] setTextureCoordinate question
Thanks Paul... I had been reading the Java3D spec book and didn't see it in there. I guess I need to buy the newest version.
> -Original Message-
> From: Paul Pantera [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 15, 2001 5:40 P
I have a PositionInterpolator driven by a one loop Alpha object. At a later
time, I want a press of the spacebar to trigger the PositionInterpolator
again. I set the write capability on the PInter and tried several things.
I set the trigger time of the Alpha to the current time, thinking it migh
I need to make use of
com.sun.j3d.demos.utils.scenegraph.io.SceneGraphStreamWriter. When I do
so, it seems to write no data to the OutputStream. Has anyone had
experience with using this class? I have been able to use the file
writer, SceneGraphFileWriter, just fine, but no luck with the stream
> > From: Dola Woolfe [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 15, 2001 12:16 PM
> > To: [EMAIL PROTECTED]
> > Subject: [JAVA3D] setTextureCoordinate question
> >
> >
> > Hi,
> >
> > JBuilder complains that setTextureCoordinate(int,
> > Point3f) is deprecated. Is it really? Everybody
Hi Patrik
> System.out.println("xyz " + e) is never coming. Why?
> My Code is like this:
>
>
> package xy;
>
> import java.awt.*;
> import java.awt.event.*;
> import java.awt.GraphicsConfiguration;
>
> import javax.swing.*;
> import javax.swing.event.*;
> import javax.media.j3d.*;
> import javax.
Hi
all
I have a problem
with the KeyListener. It does not work. The System.out.println("xyz " + e) is
never coming. Why?
My Code is like
this:
package
xy;
import
java.awt.*;import java.awt.event.*;import
java.awt.GraphicsConfiguration;
import
javax.swing.*;import javax.swing.ev
In addition, one of the heuristics for OO design is to make each class
represent one concept. Combining the two concepts into one class
would result in a much larger, less-understandable interface.
[OT: My vote for less typing would be to modify the language itself to
eliminate
Hi Fergus
> Transform3D associated with it, doesn't it? Is there any way to use
> Transform3D other than as a component of a TransformGroup? Wouldn't it
Yes you can use transform3ds directly on Vector3f, Point3f, etc. Which
comes handy IMHO. I use it from time to time without a TG.
EOF,
J.D.
Title: RE: [JAVA3D] setTextureCoordinate question
Hehe... yeah, I posted about that earlier. I'm waiting for someone to chime in about it.
> -Original Message-
> From: Dola Woolfe [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 15, 2001 12:16 PM
> To: [EMAIL PROTECTED]
> Subject
Hi,
I would like to print out my scene at the highest
possible resolution. Can I, and if yes, how do I
control the resolution at which the off-screen
rendering takes place?
I would be really happy if it were possible!
Dola
__
Do You Yahoo!?
Make
Hi,
JBuilder complains that setTextureCoordinate(int,
Point3f) is deprecated. Is it really? Everybody seems
to be using it...
Dola
__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.co
Can someone explain to me why the functionality of Transform3D isn't just
built into TransformGroup? A TransformGroup always has exactly one
Transform3D associated with it, doesn't it? Is there any way to use
Transform3D other than as a component of a TransformGroup? Wouldn't it
save quite a lo
Hi all,
it (more and more) occurs to me that there is a strange bug in the line
attributes.
For selection of lines in my viewer i use a line width increase to give
additional emphasis to the
selection (color is often not possible, because i use vertex colors
which are not modulated by the
colori
Thanks!
What a great tutorial!
Dola
--- Marcelo Maes <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Here is a good tip on lighting:
> http://www.3drender.com/light/3point.html
>
> Marcelo M. Maes
> [EMAIL PROTECTED]
>
> --- Dola Woolfe <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I've posted a message a
Hello!
I'm trying to get the "PolygonAttributes.CULL_NONE" to work in an 3D applet.
But I can't get it right
I ad here a full class wich extends Shape3D, wich in my opinion use
"PolygonAttributes.CULL_NONE", wich also in my opinion shuld be solid.
I also add the html-file to run it and an appl
Is anyone aware of support for splines in j3d ? Or a 3rd party toolkit?
I have found some code from searching on the internet from
various .edu's
I'd rather not re-invent the wheel. (Inventor has this ;)
Thank-you
Pam
==
Hi folks, I was rebuilding some old code and I
noticed that GeometryArray.setCoordinate( index, coord[] ) has been deprecated.
I was curious to learn the reason for this...
Thanks.
Hi,
I've been playing with the ViewPlatform's and have created a VIRTUAL_WORLD
viewPlatform using the following
private static View createView()
{
View myView = new View();
myView.setViewPolicy(View.SCREEN_VIEW);
myView.setWindowRes
25 matches
Mail list logo