Main Menu
Menu

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.

Show posts Menu

Topics - nlotz

#1
Support / Two questions regarding TextureInfo
October 07, 2010, 09:38:56 PM
Is there a way to set the glBlendFunc when using blending with TextureInfo? Something like:

texInfo.addWithBlendFunc(texId, GL11.GL_SRC_ALPHA, GL11.GL_ONE);

Also I'd like to know if there is a way to modify the texture coordinates of a mesh for each stage of multi texture rendering.

Thanks in advance and a huge thanks for jPCT!
#2
Ich habe ein kleines Projekt gestartet, das das Laden von Quake III (Spieler-)Modellen in jPCT ermöglichen soll:

http://code.google.com/p/q3m4jpct

Schon vorhanden:

  • Modellgeometrie
  • Animation (Keyframes)

Was noch fehlt:

  • Shader für die Oberflächen
  • der ganze Rest

Für Fragen oder Anregungen stehe ich gern zur Verfügung. Desweiteren ist jeder dazu eingeladen am Projekt mitzuarbeiten...
#3
Projects / Quake III (player) model support for jPCT
September 16, 2010, 12:59:56 PM
I started a small project that is supposed to add support for loading animated Quake III (player) models to jPCT:

http://code.google.com/p/q3m4jpct

What I got so far:

  • model geometry
  • keyframe animation

What is missing:

  • sophisticated surface shaders
  • everything else

If you have any questions or want to help out with the project just let me know...