Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

11991 Posts in 1587 Topics- by 3509 Members - Latest Member: lioneltenel

27. May 2012, 12:11:22 am
Xith3D CommunityGeneral CategorySupport (Moderator: Marvin Fröhlich)Problems with AseLoader
Pages: 1 2 [3]
Print
Author Topic: Problems with AseLoader  (Read 4979 times)
Marvin Fröhlich
Xith Lord
Administrator
Guru
*****
Offline Offline

Posts: 4381


May the 4th, be with you...


View Profile
« Reply #30 on: 30. December 2006, 10:05:03 pm »

sorted it out i moved the setView(env) to the key command method. work fine.

Do you want to rotate by key-presses? Or why do you need this code? EgoInputAdapter rotates the the View when the mouse is moved (if the appropriate key-bindings are set).

still has this message though
Code:
No Fragment Program support, skipping
do you know what it is?

Found this in org.xith3d.render.jsr231.FragmentProgramShaderPeer:
Code:
String extensions = gl.glGetString(GL.GL_EXTENSIONS);
if (extensions.indexOf("GL_ARB_fragment_program") != -1)
    ARB_shader_programs_supported = true;
if (!ARB_shader_programs_supported)
    System.err.println("No Fragment Program support, skipping");

The initial value of this boolean is false. So it seems like either your OpenGL implementaion or the graphics card doesn't support fragment programs. I will change the code, to only display this message in debug mode.

Marvin

(EDIT : Amos Wenger 01/01/2007 : wrong quote-block instead of code-block)
« Last Edit: 01. January 2007, 07:21:56 pm by Amos Wenger » Logged
Pages: 1 2 [3]
Print
Jump to:  

Theme orange-lt created by panic