Re: [JAVA3D] obj editor

2004-02-15 Thread Phil Chu
http://www.wings3d.com/ Bassam wrote: What program do you advise me to use in order to model complex objects ? then save it in obj format? Any suggestions.. Bassam === To unsubscribe, send email to [EMAIL PROTECTED] and inclu

[JAVA3D] obj editor

2004-02-15 Thread Bassam
What program do you advise me to use in order to model complex objects ? then save it in obj format? Any suggestions..   Bassam  === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "s

Re: [JAVA3D] identifing picked objects

2004-02-15 Thread pumpkin
Hello On Sunday 15 February 2004 13:43, you wrote: > If you have a list of picked objects , where each is of a different > geometry type, how do you know which type of geometry you are dealing each > picked object? Well if you already know it has a geometry "g", you can use try & error: if (g in

Re: [JAVA3D] Texture bad quality

2004-02-15 Thread pumpkin
Hello On Saturday 14 February 2004 22:02, you wrote: > I applied a grayscale image with 24bit as a texture to a simple quad. What fileformat are you using ? jpeg ? BMP ? > it > works perfect but looks bad. the image seems to be color reduced. it is not > dithered or have compression artefacts bu

[JAVA3D] RFE: javax.vecmath classes supporting XML bean serialization

2004-02-15 Thread Alessandro Borges
Request For Enhancement: javax.vecmath classes supporting bean serialization. It's not possible today to use java.bean.XMLEncoder and java.bean.XMLDecoder to XML serialization of javax.vecmath classes, because it does not have get/set pairs for its attributes. I guess it is not a hard work. The ma

Re: [JAVA3D] colorcube

2004-02-15 Thread Bassam
You can, I think, manipulate the properties of the cube before it is rendered , by making the cube class more object oriented. For example, make the colorcube class of type shape3d . implement methods that can change colors or dimentions (public void setColor() or setDimention()) Don't forge

[JAVA3D] identifing picked objects

2004-02-15 Thread Bassam
I am new to the picking issue. If you have a list of picked objects , where each is of a different geometry type, how do you know which type of geometry you are dealing each picked object?   And the vertexFormat returns a number that I don't undersand . How do I decode it?     Thanks for you

[JAVA3D] Difference between SDKs

2004-02-15 Thread Osama Abdalah
Hi all, I was developing a program using java3d and i found the following strange issue. when i use j2sdk 1.4.1_05 and 1.5.0 beta the program throws the following exception ( Fail to lock vertix buffer D3DINTERNALERROR ) while my program runs well on jdk 1.3 and jdk 1.4.2. I donot understand wha