On Tue, Sep 30, 2008 at 6:54 AM, Ulrich Vollert <[EMAIL PROTECTED]> wrote:
>
> After clicking on "spheres" I get two error windows saying:
>
> An error occurred while drawing the world T{ world f ~array~ ~array~ f f
> ~vector~ ~array~....
> This world has been deactivated to prevent cascading errors.
> OpenGL function not available
>
> (6) : error C1105: cannot call a non-function
> (6) : error C1060: incompatible types in initialization
> (6) : error C1105: cannot call a non-function
> (6) : error C1060: incompatible types in initialization
> (6) : error C1105: cannot call a non-function
> (6) : error C1105: cannot call a non-function
> (6) : error C1060: incompatible types in initialization

Ulrich, the spheres demo requires that your OpenGL driver support the
OpenGL Shading Language (GLSL) and framebuffer extensions. These are
reported as GL_ARB_shader_objects and GL_EXT_framebuffer_object,
respectively. You can see what extensions your GL driver supports by
typing this in the listener:

USE: opengl.capabilities
gl-extensions .

I'll update the spheres source to check for these extensions so it
gives a better error message. Out of curiosity, what sort of video
card are you using?

-Joe

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to