[JAVA3D] concave reflections

2002-09-10 Thread Mojtaba
you in advance for any reply. Mojtaba === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST&q

Re: [JAVA3D] Java3D on Silicon Graphics

2002-11-07 Thread Mojtaba
X) and we had no problems whatsoever. The only things that needed recompiling were the device interfaces written in C. Had we done our applications in anything but Java3D, the porting would have been quite a headache. Mojtaba

Re: [JAVA3D] psychopshyiological + javascripts tracking user movementandtimestamps inside a VRML/Java 3D environment-research inquiry

2002-11-07 Thread Mojtaba
t with you. Mojtaba Hosseini === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help,

Re: [JAVA3D] Java3D on Silicon Graphics

2002-11-07 Thread Mojtaba
I guess not. I don't even know the list of Java3D1.3 specific features (what are they?) Mojtaba "Nitin.Jain" wrote: > > Mojtaba, > > are you using any Java3D1.3 specific things in your code? > >

Re: [JAVA3D] Head Mounted Display (HMD) basic

2002-11-14 Thread Mojtaba
for the HMD. The only thing I can say is that the job of incorporating an HMD into a Java3D application was surprisingly easy for us. Mojtaba === To unsubscribe

[JAVA3D] Java3D in CAVE

2002-11-19 Thread Mojtaba
d out an email when we do. Mojtaba Hosseini === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help,

Re: [JAVA3D] Java3D in CAVE

2002-11-20 Thread Mojtaba
3D 1.3 I wager? We have to use Java3D 1.2.1 since the system runs Irix. Mojtaba === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST".

Re: [JAVA3D] Java3D in CAVE

2002-11-20 Thread Mojtaba
hitepaper was definitely a big help. Thanks! Mojtaba Hosseini === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff J

[JAVA3D] Running Java3D in Multipipe

2002-11-21 Thread Mojtaba
4 Expert3D cards to drive each of their displays. Any hint on how each Canvas3D is assigned its own Expert3D card? Any suggestion or comment in this matter would be helpful. Mojtab

Re: [JAVA3D] Java3D in CAVE

2002-12-02 Thread Mojtaba
setup as a sensor and declared as the head sensor for PhysicalEnvironment -CAVEconfig.ini: a simple config file showing the view parameters we use for the setup. Note that this code so far works only in Single Pipe mode. Mojtab

Re: [JAVA3D] Statistics on J3D Performance

2002-12-19 Thread Mojtaba
ly got rid of 'unnecessary textures') Mojtaba Hosseini DISCOVER Lab University of Ottawa Dave Murphy wrote: > > Hi folks, > > I’m curre

Re: [JAVA3D] animation loaders for java3d?

2003-02-27 Thread Mojtaba
7;t find it now. Anyway, I have the code so if your animation is VRML interpolator type (or can be exported to that format) then you may want to try the BViewer. Mojtaba Hosseini

[JAVA3D] Occlusion Query

2003-03-12 Thread Mojtaba
tion-level optimization of resources to render large scenes. The opengl code to access occlusion query is very simple so I wonder if it would be easy to add it as a future functionality of Java3D. Would anyone else be interested in such a feature?

Re: [JAVA3D] walk through in a 3D scene

2003-05-30 Thread Mojtaba
the user walking in the 3D scene. We use this and are quite happy with it. Mojtaba Hosseini kindy huang wrote: > > Dear all, > > I am wondering how to implement a smooth walking > through in a 3D scene in Java3D. Suppose the 3D s

Re: [JAVA3D] creating a building

2003-06-17 Thread Mojtaba
We've created a 3D VRML model of our research lab using CosmoWorld (a tool similar to but not as powerful as 3DStudio) and visualize it in Java3D. You can see a screenshot of the results at: http://www.discover.uottawa.ca/~mojtaba/AOIMpics/labviz.jpg to get an idea of the complexity

Re: [JAVA3D] *.max files

2003-06-18 Thread Mojtaba
If you have the 3DStudioMax program, you can export from .max to .3ds Mojtaba > Zak Nixon wrote: > > I have found some models in *.max format. > can someone help me format those in *.3ds format? > >

[JAVA3D] Visibility Sensor Implementation

2002-03-02 Thread Mojtaba
hanks. Mojtaba === 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

Re: [JAVA3D] Visibility Sensor Implementation

2002-03-02 Thread Mojtaba
! Mojtaba > Yes :) It's difficult because visibility sensors fall into the same > problem that implementing ProximitySensor falls into - The J3D model of > activation is completely different to VRML's. IN the following, you can > swap view & proximi

Re: [JAVA3D] Visibility Sensor Implementation

2002-03-02 Thread Mojtaba
Excuse my ignorance but let me see if I understand this right. If I have only ONE viewplatform and I define a behavior with WakeupOnViewPlatformEntry as its criterion and have a bounding box associated with this behavior, then my behavior will wake up when the box is visible? Will the behavior wa

Re: [JAVA3D] Visibility Sensor Implementation

2002-03-02 Thread Mojtaba
Thank you so much Justin. You saved me alot of time trying to figure these things out. I really appreciate it! Mojtaba > > Will the behavior wake up if the box is close to the viewplatform but > > it is occluded by another ob

[JAVA3D] Java3D/Shout3D

2002-03-09 Thread Mojtaba
aware of some of its advantages and drawbacks but know very little about Shout3D and their website only advertises its features (not limitations). Any comments are welcome. Thank you. Mojtaba Hosseini

Re: [JAVA3D] java 3D Sound nodes or JMF sound ?

2002-03-16 Thread Mojtaba
such that it can receive JMF audio streams and also be able to give it to a PointSound in Java3D to play. Any inherent characteristics of Java3D sound that would limit us? Any help/comment would be appreciated. Mojtaba Hos

Re: [JAVA3D] java 3D Sound nodes or JMF sound ?

2002-03-16 Thread Mojtaba
ng my own PointSound! Mojtaba === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For gene

Re: [JAVA3D] VRML loading trouble.

2002-03-18 Thread Mojtaba
Hello I believe you are loading VRML1.0 file since it has Separators while the loaders can only load VRML97 (VRML2.0). Try converting your VRML1.0 to VRML2.0 and getting the loader to load the new file. Mojtaba

Re: [JAVA3D] Video & file formats

2002-03-20 Thread Mojtaba
Hello, If it is not too much trouble, I would love to get a copy of that code as well! Mojtaba Ewan Borland wrote: > > Hi, > > I created a custom JMF data source which my canvas writes into every frame > and then

Re: [JAVA3D] 3D scene

2002-03-21 Thread Mojtaba
n your way! mojtaba === 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 PR

Re: [JAVA3D] Mental Health and VR,developing rapid customenvironments

2002-04-16 Thread Mojtaba
Hi Alex, Jason Taylor wrote: > > I'd say you need to make a study into what level of reality is required > to activate a craving on a typical subject. > > A survey might be good enough for this part, ask something like You may already be familiar with their work but the Computer Graphics peo

[JAVA3D] [Java3D] Setting TransparencyAttributes

2002-04-18 Thread Mojtaba
when the textured wall is behind it (the texture gets rendered over the object). 2) I could only see the object (and through it the wall) if the transparency mode was set to SCREEN_DOOR. Why is that? Thanks! Mo

Re: [JAVA3D] OpenGl X Java3D

2002-04-19 Thread Mojtaba
It would help if you outlined what it is you want to do. How involved is the application in terms of its 3D graphics requirements? How much time do you have to learn and to program? > Pedro Teixeira wrote: > > Hello everyone. > > I have no experience with 3D programming, but really want to start

Re: [JAVA3D] Streaming

2002-04-26 Thread Mojtaba
at a paper presented at ACM Web3D (shameless self-promotion ahead!) on how this can be done: http://www.mcrlab.uottawa.ca/~mojtaba/papers/Hosseini_MPEG4_Streaming_Submission.pdf To summarize the paper, we have a Java based MPEG-4 BIFS encoder/decoder that uses Java3D as the compositor/renderer. We

Re: [JAVA3D] VRML Loader

2002-05-03 Thread Mojtaba
I've had this problem before. The issue is that the name of the ndoes includes "-" instead of underscore "_". You have to convert all of them which can be easily done using the "Replace" command of wordpad. In summary, you should change node names like: node-0 to node_0 Good luck! Jurgen Van

Re: [JAVA3D] loaders for Java3d

2002-05-27 Thread Mojtaba
Hello, We (University of Ottawa,Canada) have a Java BIFS decoder (loader) with Java3D as the compositor. Contact me if you are interested. Mojtaba > Olaf Ringleb wrote: > > Hi, > > I'm searching for ANY loaders

Re: [JAVA3D] Computation of eigen axis

2002-08-13 Thread Mojtaba
hould now contain the matrix with the single rotation representing the three rotations. It should but I'm not sure if it would! Mojtaba Peter Woodward wrote: > > Hello, > > I have a set of three rotations around t

Re: [JAVA3D] Java3D in CAVE

2003-09-22 Thread Mojtaba
). Mojtaba Silvère Martin-Michiellot wrote: > > At 13:46 19/11/2002 -0500, you wrote: > >Hello, > > We recently got our Java3D applications to work on SGI InfiniteReality3 > >system and I just thought it may be useful for others to know some of &g

Re: [JAVA3D] Problem with code

2003-10-21 Thread Mojtaba
Mojtaba Arturo Rios wrote: > > I was clear, the 3D commands can't be compiled. > > -- > Yahoo! Mail - o melhor webmail d

[JAVA3D] Question about Xj3D Loader

2001-12-10 Thread Mojtaba Hosseini
s are overcome)? Or am I on my own on this? Thank you very much for your attention. Mojtaba === To unsubscribe, send email to [EMAIL PROTECTED] and include i

Re: [JAVA3D] Live Video cubes

2002-01-31 Thread Mojtaba Hosseini
rence with the hope of publication! I can give more details if you are interested. Let me know if you can share the code or not. Thank you. Mojtaba === To unsubsc

[JAVA3D] Streaming video as texture

2002-02-07 Thread Mojtaba Hosseini
interested with the code. If j3d.org is interested they can take the code as well. Thanks. Mojtaba === To unsubscribe, send email to [EMAIL PROTECTED] and

Re: [JAVA3D] Streaming video as texture

2002-02-07 Thread Mojtaba Hosseini
k you. Mojtaba === 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".

Re: [JAVA3D] Streaming video as texture

2002-02-07 Thread Mojtaba Hosseini
extured avatars. Mojtaba JMFJ3Dsolution.zip Description: Zip compressed data

Re: [JAVA3D] Removing Shpa3D from a live SceneGraph

2002-02-14 Thread Mojtaba Hosseini
can call detach() of BranchGroup which means shape3d would also be detached. Mojtaba === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body

Re: [JAVA3D] adding objects after scene is created

2002-02-15 Thread Mojtaba Hosseini
e: want to add: BranchGroup avatarBG -Avatargeometry to the scene which is -locale -BranchGroup sceneBG (with capability ALLOW_CHILDREN_EXTEND set ) by calling sceneBG.addChild(avatarBG); I hope this helps.

Re: [JAVA3D] Multiplayer games

2002-02-15 Thread Mojtaba Hosseini
) transport protocol (TCP or UDP) consistency ownership etc I hope this has been helpful. Mojtaba === To unsubscribe, send email to [EMAIL PROTECTED] and include in

Re: [JAVA3D] Collision management

2002-02-19 Thread Mojtaba Hosseini
h and separated object A from B but this is unsatisfactory since object A is a finger of an avatar in our case and having it detached from the body produces and eerie result). Any help from anyone about this would also help us out. Mo

Re: [JAVA3D] VRML loader

2000-11-18 Thread Mojtaba Hosseini
ondon/londonmain.html You can convert this to VRML2.0 using 3DStudioMax. If you don't have this software, I'll be happy to do it for you and send you the VRML2.0 file. Good luck. Mojtaba ==

Re: [JAVA3D] VR with Java3D

2001-02-13 Thread Mojtaba Hosseini
is discussed that is used for virtual reality industrial training. I've been using Java3D for virtual reality projects (some in stereo) for about 2 years myself. I'll be more than happy to answer any questions I'm capable of answering.

Re: [JAVA3D] JNI and running external exe files from java

2001-03-08 Thread Mojtaba Hosseini
orial to be very helpful. I hope this helps. Mojtaba === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTER

[JAVA3D] scaling and performance

1999-09-17 Thread Mojtaba Hosseini
eciated. Thanks. Mojtaba === 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] a

Re: [JAVA3D] universe bounds

2000-01-24 Thread Mojtaba Hosseini
Hi,:) It might be because of the bounds put on your view. Try setting the FrontClipDistance of your View. Mojtaba >My universe seemms to be bounded. When an object goes further than 50 >units back on >the z-axis, it disappears. I first t

[JAVA3D] Stereo View

2000-01-24 Thread Mojtaba Hosseini
the world, the offset between the two views is not correct. For it to work, I have to move to one particular distance from the object I wish to see in 3D. Is it the problem with the eye distances or am I not setting a flag or what? ANY help would be greatly appreciated.THanks.

Re: [JAVA3D] universe bounds

2000-01-24 Thread Mojtaba Hosseini
HI,:) Try: simpleUniverse.getViewer().getView().setFrontClipDistance(number); Keep Doug's advice in mind however. Mojtaba === To unsubscribe, send email to [

[JAVA3D] Stereo Problem & Answer

2000-01-25 Thread Mojtaba Hosseini
this email will help those that will run into this problem later. Thanks. Mojtaba === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message

[JAVA3D] Stereo and Swing

2000-01-25 Thread Mojtaba Hosseini
Hello,:) Does anyone know of any problems between Swing and being able to have stereoscopic view?Thanks in advance. Mojtaba === To unsubscribe, send email to [EMAIL PROTECTED] and

[JAVA3D] stereo view working only with distance

2000-01-19 Thread Mojtaba Hosseini
ot 3D anymore and I see two cubes. Is there a flag I have to set somewhere to make it calculate the correct stereo view even when I move? Thanks in advance. Mojtaba === To unsubscribe, send ema

Re: [JAVA3D] Where can i find a VRML parser (Source Code) ?

2000-01-20 Thread Mojtaba Hosseini
HI,:) Have you looked at the Sun VRMLBrowser? Take a look at http://www.web3d.org/WorkingGroups/vrml-java3d/ It might be what you're looking for. Mojtaba === To unsubs

Re: [JAVA3D]

2000-01-29 Thread Mojtaba Hosseini
HI,:) Have you tried running your java program with the Xmx option? java -Xmx128m myprogram Hope this helps. Mojtaba === To unsubscribe, send email to [EMAIL PROTECTED] and

Re: [JAVA3D] How to keep the user at a distance???

2000-01-31 Thread Mojtaba Hosseini
Hi,:) YOu obviously need to use Collision Detection. Try looking into the Collision detection examples that come with Java3D. Hope this helps. Mojtaba === To unsubscribe, send email

Re: [JAVA3D] Two different scenes in two windows

2000-02-04 Thread Mojtaba Hosseini
ither. Mojtaba === 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".

Re: [JAVA3D] eye position in stereo view

2000-02-29 Thread Mojtaba Hosseini
know, may be I'll be able to help. Mojtaba === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For gene

Re: [JAVA3D] Newbie question

2000-02-29 Thread Mojtaba Hosseini
s solvable. Mojtaba === 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

Re: [JAVA3D] objects in strero mode

2000-03-08 Thread Mojtaba Hosseini
. Mojtaba === 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 b

Re: [JAVA3D] VRML 2.0 loader problem

2000-03-18 Thread Mojtaba Hosseini
Hello,:) Could you send me a VRML example so I could try it on my machine? Mojtaba === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message

Re: [JAVA3D] Out of memory!

2000-04-07 Thread Mojtaba Hosseini
Hello, Have you tried running your application with xms parameter? ie: java -xms96m myapplication Mojtaba === To unsubscribe, send email to [EMAIL PROTECTED] and include in the

Re: [JAVA3D] Viewing volume

2000-06-15 Thread Mojtaba Hosseini
Hello Roopesh, I think what you are looking for is setFieldOfView() method of the View class. Take a look at it and see if it helps. Mojtaba === To unsubscribe, send email

Re: [JAVA3D] Quat4f problem

2000-06-15 Thread Mojtaba Hosseini
ns read w: 0.19611613 Am I missing something or this isn't supposed to happen? Mojtaba === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of t

Re: [JAVA3D] Quat4f problem

2000-06-15 Thread Mojtaba Hosseini
ch for you help. Mojtaba === 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

Re: [JAVA3D] Non Java 3D question

2001-03-24 Thread Mojtaba Hosseini
Hello Kyle, I found Microsoft's HexEditor 1.2 helpful. Mojtaba === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message &qu

[JAVA3D] CyberGlove and Tracker Java3D interfaces

2001-04-29 Thread Mojtaba Hosseini
' CyberGlove and Ascension Technology's MiniBird. I would be more than glad to share its code with anyone interested. Visit my site at http://www.mcrlab.uottawa.ca/~mojtaba/JavaInterfaces.html for more information. Thank you.

Re: [JAVA3D] miniBird Tracker Java3D interface Version 2

2001-05-28 Thread Mojtaba Hosseini
Hello everyone, I just wanted to announce that the second version of the miniBird device's Java3D interface has been completed. I would be more than happy to share the code with anyone interested. Please visit: http://www.mcrlab.uottawa.ca/~mojtaba/JavaInterfaces.html for more detail.

[JAVA3D] Java3D MPEG4 VRML Encoder/Decoder

2001-07-11 Thread Mojtaba Hosseini
update messages used to animate objects for remote users) and may make those available as well, if there is interest and the distribution of the encoder/decoder is successful. Any helpful comments are appreciated.

Re: [JAVA3D] Java3D MPEG4 VRML Encoder/Decoder

2001-07-17 Thread Mojtaba Hosseini
for commercial purposes. Is that a reasonable request? Once again, thank you very much for your feedback. I would be glad to hear from others if they are interested in this. M

Re: [JAVA3D] 3D Studio Loaders & Spaceballs & VR & Networking

2001-08-20 Thread Mojtaba Hosseini
Hello, Is it possible for you to provide me with the Spaceball 4000 drivers? Your help would be greatly appreciated. Thank you. Mojtaba === To unsubscribe

[JAVA3D] Java3D MPEG4 VRML Encoder/Decoder

2001-09-05 Thread Mojtaba Hosseini
Hello, I was wondering if you are still interested in the Java MPEG-4 BIFS Codec and if you intend to use it for non-commercial research or not. Mojtaba

[JAVA3D] Visibility Culling access

2001-11-29 Thread Mojtaba Hosseini
Hello all, Is there a way to access the visibility culling performed by Java3D in my application? Mojtaba === To unsubscribe, send email to [EMAIL PROTECTED