Hi all;
Has anybody dealt with 3DS Character Studio &
FlexPorter ?
I need the mapping of the CharStud. biped's ID to
their actual 3DS names, that I can then reference them to my
geometry?
DEVO
Hiya Kelvin!
Ah... take careful note of the question and my upcoming answer (a hushed
silence befalls the crowd as they bridle with agonizing anticipation)...
"I use whatever the downloadable plugin, whatever version it is, provides.
This is how a dumb web-based user would use my applet, so that
I've been working off and on on this cause I like to toy with Blender in my
free time and I think the easiest way to get an animated model from Blender
to Java3D would be to write some kind of Python export script, because the
native Blender format is basically a core dump and is very hard to proc
>Delivered-To: [EMAIL PROTECTED]
>X-Sender: <[EMAIL PROTECTED]>
>MIME-Version: 1.0
>Date: Tue, 11 Dec 2001 21:44:53 -0500
>From: John Nelson <[EMAIL PROTECTED]>
>Subject: Re: [JAVA3D] Java 3D 1.3 Beta 1 - frozen app
>Comments: To: Chien Yang <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>
>My biggest
My biggest problem with Java 3d is a total system hang when destroying
Canvas3d in applets. Hitting the "back button" unloads or destroys the
applet, but Canvas3d wedges my machine solid.
Looks like Canvas3d has issues.
-- John
--
_
John T.
Well, you might be determined to solve this problem using soley Java 3d,
but if it were my call I'd model your universe someplace and use collision
detection algorithms there, using Java 3d for visualization only.
Sorry I wasn't helpful in answering your question.
-- John
On Tue, 11 Dec 2001,
ok , I am going to use a transformGroup to rotate the
contents of the canvas3D
Thanks for your help !
__
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at h
Hi Jan,
Thanks for your stack trace. This is something to do with
bug 4525529 - Applet sometimes hang when reload in browsers
cause by deadlock in Java3D threads intermittently.
This is not related to the OGL driver.
We're looking into a fix in the next beta2 release.
Thanks.
- Kelvin
--
On the JavaOne web site, there is a call for demos.
http://servlet.java.sun.com/quickform/display/keynote_demos.jsp
Last year a few Java 3D demos did end up being shown in the keynote sessions.
Submit your demo.
---
Michael A. Schulman
Product Line Manager - Media Tools and API
Title: Stereo in Java3d
Hi,
Please, Java 3d is compativel with which type of board of stereo video. For
Windows NT4.0.
tanks
Robson
Hi Gregory,
The j3f file format generated by the Java3D SceneGraphFileReader and
Writer classes is not documented in a way which lends itself to
writing exporters directly to the file format, especially from another
language. The format is opaque.
I'd always envisaged using Java3D and the utilit
Title: RE: [JAVA3D] Java 3D 1.3 Beta 1 - frozen app
Hi
folks, yeah I'm at it again.This time I'm getting ready to write exporters for
the Java3D native file format that's talked about somewhat in SDK1.3. Can anyone
point me to some documentation that tells me how to generate that file
format?
Hi there,
I am intending to use Java 3D to build models of synapse interaction showing
signal weighting and transmitter/receptor availability.
My intention is to show transmitters/receptors in a 3d environment
interacting with the signals. This is for an internship during the final
year of my d
Hi--
In my continuing efforts to understand the view
model, I decided to make a view model model.
Yes, this might be considered obsessive but
it turns out to be therapeutic if not heuristic.
Anyway--there is a lot to do but I was hoping
those of us interested in the view model could
take a look,
We have several of our users who are experiencing quivering in their user
interfaces when turning. The only way I can see how this is happening is if
the view transformation is occuring a frame ahead (or behind) the image
plate transformation.
In a single behavior (on elapsed frames 0) we :
1.
Hi,
I won't say that I am sufficiently expert to say that you absolutely can't
rotate the container, but I do believe it is unlikely. I guess I don't see
your problem with rotating the view. If you want to keep your view transform
unaltered by the rotation, just add it to another TransformGro
Title: RE: [JAVA3D] Java 3D 1.3 Beta 1 - frozen app
if you
are on 9x-based OS's, the killhelp utility in the SDK may provide relief from
reboots. I find in about 80% of the cases it works.
-Original Message-From: Jacob Marner
[mailto:[EMAIL PROTECTED]]Sent: Tuesday, December 11,
Title: RE: [JAVA3D] Java 3D 1.3 Beta 1 - frozen app
Running the OpenGL version and the latest XP Drivers from the nvidia.com
website.
-Original Message-From: Corysia Taware
[mailto:[EMAIL PROTECTED]]Sent: Tuesday, December 11, 2001 12:47
PMTo: [EMAIL PROTECTED]Subject: Re: [JAVA3D
Jan,
Can you send us a test program (as simple as possible) ? We'll
look into it.
- Chien Yang
Java3D Team.
> Delivered-To: [EMAIL PROTECTED]
> MIME-Version: 1.0
> X-Priority: 3 (Normal)
> X-MSMail-Priority: Normal
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.
> Importance
Title: RE: [JAVA3D] Java 3D 1.3 Beta 1 - frozen app
Aha, this is most likely a driver issue or a
Java3D shut down issue. I
experienced a lot during my directX development days. If the
application
exits in some incorrect way or the drivers/card for some reason was left
in a faulty state afte
Title: RE: [JAVA3D] Java 3D 1.3 Beta 1 - frozen app
By any chance, did you have the OpenGL
version and the original nVidia Detonator drivers? There was an issue
there, I remember, about hangups and/or reboots. I'm sorry, but I can't
remember what the exact issue was.
- Original Mes
Title: RE: [JAVA3D] Java 3D 1.3 Beta 1 - frozen app
The few times it has happen I simply rebooted the box and didn't have any issues for a few days. In my case I think it has a lot to do with nasty webstart support as the webstart application will launch yet not be able to create the Canvas3D
You should add your ViewPlatform to a transform group on the robot.
For example:
WheelBaseTG — GeometryBG
— BodyTG — GeometryBG
— HeadTG — ViewPlatform — View
— Geometry
It happens to me quite often. Have you found out any workaround to avoid the
freeze?
Thanks
Jan
-Original Message-
From: Discussion list for Java 3D API
[mailto:[EMAIL PROTECTED]]On Behalf Of Pierce, Gregory (TBS)
Sent: Tuesday, December 11, 2001 4:06 PM
To: [EMAIL PROTECTED]
Subject: Re:
Hi,
I have created a robot and it walks in my 3D world.
Is it possible to add my view on the robot. so that i can see what the robot sees when
it walks through the world , without interrupting the walking of the robot?
The robot uses a PostionPathInterpolator to walk.
Thanks allready
Michel
--- Justin Knight <[EMAIL PROTECTED]>
schrieb: > Thanks for that pointer Michael - looks
more than I
> need for my basic
> modelling. I'd been surviving on infrequent access
> to a friends copy of 3DS
> until now. The blender file menu seems to offer
> saving in the following
> formats:
>
> VRM
Yes I would be interested in this information too. If it can be made
public, it would be very much appreciated.
Thank you,
Joe
-Original Message-
From: Karsten Fries [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 11, 2001 10:44 AM
To: [EMAIL PROTECTED]
Subject: [JAVA3D] Computer/Ca
Hi,
Are you sure you have the right bug id? Bug 4364128 (Non-uniform scale
not implemented in RotPosScaleTCBSplinePathInterpolator) is not an open
bug. It is listed as fixed in 1.2.1. If you have a test program that
shows otherwise, please submit it to [EMAIL PROTECTED] for
evaluation, althoug
Hi there,
this perhaps addresses especially sun people.
I'm sure you evaluate the Java3D api with a various set of
computer/graphics-card/-driver/os/api-version configurations.
I'm very interested in this data, even if it's just a 'doesn't work
classification'.
Is there anything at hand and if s
Title: RE: [JAVA3D] Java 3D 1.3 Beta 1 - frozen app
I have observed this behavior as well. I thought it was just me. It doesn't happen consistently enough for me to really narrow it down, but it does happen.
> -Original Message-
> From: Jan Becicka [mailto:[EMAIL PROTECTED]]
> Sent: T
Hi,
sometimes my application freezes during creating of Canvas3D.
>From the thread dump it looks like problem in
GraphicsConfigTemplate3D.getGraphicsConfigFeatures() or
MasterControl.doWork()?
See attached full thread dump.
Can anyone help me?
Thanks,
Jan
"J3D-MasterControl" prio=7 tid=0x1739552
Thanks for that pointer Michael - looks more than I need for my basic
modelling. I'd been surviving on infrequent access to a friends copy of 3DS
until now. The blender file menu seems to offer saving in the following
formats:
VRML1.0, DXF, Videoscape and .blend
>From the loaders page on j3d.o
Hi,
Will bug #4364128 be fixed in the final 1.3 release?
/Arvid
==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 PRO
Ehlo
I fully agree with Yazel.
Can we now return to more serious issues.
Thank you
EOF,
J.D.
--
Jmark2k+1 (http://www.antiflash.net/jmark)
Test the performance of your PC online!
===
To unsubscribe, send email to [EMAIL
I've been using Milkshape for a few years now and although
it was kindof shaky in the early years, this has shaped up
to be a nice package. You can build polygonal based models
and animate them, but you're right... it's all done right
up front. No interactive modelling. Milkshape was designed
wi
35 matches
Mail list logo