gregorypierce
|
 |
«
Posted
2004-02-15 01:42:52 » |
|
Are there libraries for other 3D primitives such as cones, spheres, cylinders, etc in Xith3D?
|
http://www.gregorypierce.comShe builds, she builds oh man When she links, she links I go crazy Cause she looks like good code but she's really a hack I think I'll run upstairs and grab a snack!
|
|
|
Java Cool Dude
|
 |
«
Reply #1 - Posted
2004-02-15 03:34:12 » |
|
If no one minds, I'd like to make a primitive package for Xith3D producing Torii, Spheres, Cylinders, Cones, Boxes etc 
|
|
|
|
Yuri Vl. Gushchin
Senior Devvie   
Speak Java!
|
 |
«
Reply #2 - Posted
2004-02-15 10:36:07 » |
|
Some of simplest primitives (at least Sphere) you can find in com.xith3d.TestUtils.
Anyway, primitive package will be great.
Yuri
|
Yuri Vl. Gushchin JProof Group
|
|
|
Games published by our own members! Check 'em out!
|
|
gregorypierce
|
 |
«
Reply #3 - Posted
2004-02-15 13:57:20 » |
|
Some of simplest primitives (at least Sphere) you can find in com.xith3d.TestUtils.
Anyway, primitive package will be great.
Yuri That must be a library that I don't have because I con't have anything called com.xith3d.TestUtils in the latest CVS drop off the site. The only primitive in the source tree is Cube 
|
http://www.gregorypierce.comShe builds, she builds oh man When she links, she links I go crazy Cause she looks like good code but she's really a hack I think I'll run upstairs and grab a snack!
|
|
|
Jens
|
 |
«
Reply #4 - Posted
2004-02-15 17:19:57 » |
|
com.xith3d.test.TestUtils
|
|
|
|
Yuri Vl. Gushchin
Senior Devvie   
Speak Java!
|
 |
«
Reply #5 - Posted
2004-02-15 17:24:34 » |
|
I con't have anything called com.xith3d.TestUtils in the latest CVS drop off the site Sorry - was a typo. Correct class name is of course com.xith3d.test.TestUtils. Sphere can be created with something like 1 2
| Appearance a = new Appearance(); Shape3D sph = new Shape3D(TestUtils.createSphere(1.0f, 80), a); |
Yuri
|
Yuri Vl. Gushchin JProof Group
|
|
|
William Denniss
|
 |
«
Reply #6 - Posted
2004-02-15 21:30:58 » |
|
If no one minds, I'd like to make a primitive package for Xith3D producing Torii, Spheres, Cylinders, Cones, Boxes etc  I wouldn't mind at all  Infact that would be a great idea. Will.
|
|
|
|
gregorypierce
|
 |
«
Reply #7 - Posted
2004-02-16 00:06:39 » |
|
Sorry - was a typo. Correct class name is of course com.xith3d.test.TestUtils. Sphere can be created with something like 1 2
| Appearance a = new Appearance(); Shape3D sph = new Shape3D(TestUtils.createSphere(1.0f, 80), a); |
Yuri Much appreciated. Pretty much all we need to do is wrap these method calls as primitive classes and sit them in utils. JCD, lemme know if you've got this or want me to knock it out.
|
http://www.gregorypierce.comShe builds, she builds oh man When she links, she links I go crazy Cause she looks like good code but she's really a hack I think I'll run upstairs and grab a snack!
|
|
|
|
Java Cool Dude
|
 |
«
Reply #9 - Posted
2004-02-16 04:48:17 » |
|
Well actually I have to back off of it since I realized that I have tons to do  Sorry about dat
|
|
|
|
Games published by our own members! Check 'em out!
|
|
gregorypierce
|
 |
«
Reply #10 - Posted
2004-02-16 13:56:19 » |
|
I'll get it. I'll do a quickie by just wrapping the primitives defined by TestUtils and then we can go through and optimize them and create new ones later.
|
http://www.gregorypierce.comShe builds, she builds oh man When she links, she links I go crazy Cause she looks like good code but she's really a hack I think I'll run upstairs and grab a snack!
|
|
|
pedro
Junior Devvie  
Java games rock!
|
 |
«
Reply #11 - Posted
2004-03-06 20:14:08 » |
|
Just wondering if you guys have put together a package to create 3D primitives?
Not that it's too dificult, but it could save me some time now.
cheers.
|
|
|
|
gregorypierce
|
 |
«
Reply #12 - Posted
2004-03-08 23:40:33 » |
|
Got wrapped up with some plumbing for JOGL, OSX, and LWJGL. As soon as that's done the first priority is primitives 
|
http://www.gregorypierce.comShe builds, she builds oh man When she links, she links I go crazy Cause she looks like good code but she's really a hack I think I'll run upstairs and grab a snack!
|
|
|
|