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