Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - JavaMan

Pages: 1 ... 3 4 [5] 6 7 ... 16
61
News / Re: Compatibility test for compiled Object3Ds
« on: March 24, 2009, 02:04:08 pm »
Hi,
I tried out the new version on a ATI Radeon HD 2600 XT with Quad Core2 2.6Ghz 4GB ram. I'm getting about 114FPS when view the entire car. Looks great!  I was having that same exception problem on two XP machines, but I'll give the new version a run on those.

62
Support / Re: jPCT benchmark?
« on: March 16, 2009, 01:43:09 pm »
Oh, yes. I forgot  :-[ about the texture layer limit and lightMul.

63
Support / Re: jPCT benchmark?
« on: March 15, 2009, 11:30:02 pm »
So, the only option that is lost from going non-compiled to compiled would be ability to change texture UVs on the fly?

64
Support / Re: jPCT benchmark?
« on: March 13, 2009, 09:40:37 pm »
If you keep increasing fps at this rate, I won't be able to post because of my keyboard shorting out with all my drool. ;D

65
Support / Re: jPCT benchmark?
« on: March 13, 2009, 02:49:11 am »
That is fantastic! I can't wait to get my hands on it, when you finish.

66
Support / Re: jPCT benchmark?
« on: March 11, 2009, 01:10:32 am »
Wow! That sounds great! I know you are just looking into this, but do you have an idea as to when an alpha might be available? I wanted more polys than what jPCT seems to be able to do, so I was looking into jME. But, I would really like to use jPCT instead of jME becuase well, jPCT is so much simpler to use.

67
Feedback / Re: Anyone know about DeVry University?
« on: February 12, 2009, 11:16:07 pm »
Thanks for the opinion fireside!

68
Feedback / Anyone know about DeVry University?
« on: February 06, 2009, 03:16:54 am »
Hi everyone,
I haven't been very active in a while, so I hope its ok with everyone with me asking on here. Ok, on to my question.
I am applying to various universities. One of them is DeVry University for the online BS in CIS program. I was wondering, has anyone had any experience with DeVry? I have read some horrible things about DeVry, and some good things, but thought maybe some real programmers may know about it.
Thank-you for any help!
Jman

69
Support / Re: Primitives and Texture Wrap
« on: January 27, 2009, 02:55:04 am »
Did you try just the caclTextureWrap? Maybe wrap spherical doesn't really work as expected on a Primitive's sphere. Or maybe Egon created a sphere and stored it in the jpct jar that is used in the demo and doesn't even call calcTextureWrapSpherical because his model has the texture coords set already.

70
News / Re: Merry Christmas...
« on: December 23, 2008, 03:06:31 pm »
Well, for me, I am playing, the piano, in my first church cantata tomorrow evening, so I am exciting about that, but except for that nothing extremely exciting going on. Just visiting, a few presents, and eating with the relatives on Xmas day.

71
Projects / Re: off-road driving game
« on: October 14, 2008, 03:23:00 am »
Nice graphics. Very fast performance only jumped on time.
Could you tell me what shape your sky is? Is it a cube or half-sphere?

Thanks, I prefer to use a cube for the sky, simply because I am very economical with vertex and polygon counts. IMHO with a good texture, and it is hard to notice the difference, and therefore not worth the extra (albeit rather small) computation time to render a half sphere.



Ok, thanks for the suggestion!

72
Projects / Re: off-road driving game
« on: October 12, 2008, 08:06:33 pm »
Nice graphics. Very fast performance only jumped on time.
Could you tell me what shape your sky is? Is it a cube or half-sphere?

73
Projects / Re: Robot Builder
« on: September 29, 2008, 06:38:48 pm »
Nice. How many polys are in one terrain?

74
Projects / Re: Robombs
« on: September 28, 2008, 01:45:51 pm »
This is so fun! So easy but absolute fun!

75
Projects / Re: SS3D
« on: September 28, 2008, 01:39:49 pm »
I think you could do it by including a <param> tag in your html. Check out the molecule viewer applet demo in the jdk. I believe it accesses an .xyz file to load a molecule.
Here is the html code from the viewer.
Code: [Select]
<html>
  <head>
      <title>MoleculeViewer (example 1)</title>
  </head>
  <body>
      <h1>MoleculeViewer (example 1)</h1>
      <hr>
      <applet code=XYZApp.class width=300 height=300>
<param name=model value=models/HyaluronicAcid.xyz>

alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."
Your browser is completely ignoring the &lt;APPLET&gt; tag!
      </applet>
      <hr>
      <a href="XYZApp.java">The source</a>.
  </body>
</html>  







Pages: 1 ... 3 4 [5] 6 7 ... 16