Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Search:

Type: Posts; User: nbasili

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    283

    Re: vertex shader without fragment shader

    ok, thanks alot guys
  2. Replies
    4
    Views
    283

    vertex shader without fragment shader

    Hi,
    Does anybody know if I can create a shader program that links only to a vertex shader, without having to specify a fragment program? I know that this can be done with a vertex program (assembly)...
  3. Replies
    2
    Views
    349

    Re: GLSL Z-fighting

    Thanks alot, that fixed it!!!
  4. Replies
    2
    Views
    349

    GLSL Z-fighting

    Hi everyone,
    When draw an object using two passes I have the following problem:

    The first pass is a color pass (simple texturing or an opengl shader).
    The second pass is a environment-map pass...
  5. Replies
    2
    Views
    169

    Re: Configure view3ds

    The configure script is probably too old to be looking for Mesa.
    It should be looking for GL.

    Since it is difficult to change the configure script I would recommend trying to create symbolic...
  6. Thread: video textures

    by nbasili
    Replies
    5
    Views
    394

    Re: video textures

    Easy, load the frames of your video as a different texture and each frame bind a different texture and draw your object.
    Each frame the object will appear with a different texture giving the...
  7. Replies
    3
    Views
    979

    Re: draw recursive tree

    What do you mean by recursive tree?

    Do you mean an octree for partitioning your scene objects?
    Do you mean a scene graph?
    Maybe you should look for octrees on the web there are plenty of...
  8. Replies
    1
    Views
    1,115

    Re: "Matrix Geforce 2MX 32MB" on linux?

    Mandrake 8.0 will probably have nvidia drivers included in the distribution. Geforce plays great under linux so go ahead and buy it.

    You can also download and install very easily the leatest...
  9. Replies
    2
    Views
    217

    Re: problems with executing

    can you tell me which graphics card you use and what opengl drivers do you have?

    If you have a GeForce card with mesa drivers it is quite possible that you did not correctly installed nvidia...
  10. Replies
    3
    Views
    293

    Re: Which GFX Card for LINUX OPENGL

    I would recommend a Geforce card (GF3 for example if money is not the issue).
    Their drivers are damn fast but unfortunately they are not very stable. A buggy opengl program could crash x-windows.
    I...
  11. Replies
    3
    Views
    203

    Re: NV_vertex_array_range extension

    I sent you a mail about that question Cass, but you did not reply to me
    so I asked it on the list.

    Anyway, I develop under nvidia/linux and I cannot getProcAddress to any
    functions of the...
  12. Thread: linux stuff

    by nbasili
    Replies
    3
    Views
    176

    Re: linux stuff

    I've been playing with linux drivers alot, but although the NV_FENCE extension appears to exist I cannot SDL_GetProcAddress the
    glSetFenceNV... and the rest of the functions. All the other...
  13. Replies
    3
    Views
    203

    NV_vertex_array_range extension

    Hi, I was wondering if has anyone used the extention mentioned on the subject.
    It is supposed to speed up things alot on Geforce cards.

    I was having some difficulties setting the extension up....
  14. Replies
    42
    Views
    3,537

    Re: Performance question

    Modern 3d hardware accelerate textured surfaces so texturing is FASTER than solid or wireframe drawing !!!!!

    Check the nvidia demos that come with the card. If you switch to wireframe or solid...
  15. Replies
    2
    Views
    221

    Re: Modelview transformations

    It depends.
    I would suggest letting OpenGL do your matrix calculations since you may get hardware matrix calculations acceleration if you use cards like GeForce which support T&L acceleration.
    ...
  16. Replies
    2
    Views
    111

    Re: Texture mapping

    About your first question:
    If you load the texture without binding it first to a variable using glBindTexture then when you call glEnable(GL_TEXTURE_2D) all your objects are assumed to have that...
  17. Re: error loading libGLcore.so.1: undefined symbol: __glTLSCXIndex

    I hope that you didnt link with libGLcode.so.
    You just have to link with -lGL and in case you use glut with -lglut -lX11 -lXext....

    You may get weird errors if you have not cleaned up correctly...
  18. Replies
    1
    Views
    424

    Re: Video textures in OpenGL & Linux

    The GeForce series take advantage of AGP x4 protocol for fast texture tranfer.
    The Hercules Prophet II card comes with GeForce2 GTS with 64Mb ram. You can also check the latest ATI Radeon chip,...
  19. Replies
    6
    Views
    258

    Re: cube environment mapping

    I understand what you mean Cass, but could you gimme some sample code? Should I use glBindTexture for the whole cube and if yes what parameters should I pass?

    If you can post your email so that I...
  20. Replies
    6
    Views
    258

    Re: cube environment mapping

    I have tried both GL_TEXTURE_2D and the appropriate Nvidia extension but I get nothing. The only solution is to directly load the texture to memory and this is what nvidia does in the examples.
  21. Replies
    6
    Views
    258

    cube environment mapping

    Hi, I am using cube environment mapping using openGL extensions on my Geforce card according to the Nvidia examples.
    I noticed that I cannot preload the cube's textures and "bind" them to the cube...
  22. Replies
    2
    Views
    120

    Re: BLENDING & LIGHTING problems

    Thanks it Worked.

    I have another question now. What values should I put to the LIGHT ATTENUATION parameters to emulate an omni positional light of radius "X" ? (objects outside light sphere should...
  23. Replies
    2
    Views
    120

    BLENDING & LIGHTING problems

    HI,
    When I draw an object with a texture attached to it (GL_RGB8) and I make it transparent by modulating the texture with an alpha color e.g. glColor4f(1,1,1,0.5);
    the object gets transparent...
  24. Replies
    9
    Views
    351

    Re: HPR camera system

    Ok, I will give it a try.
    Thank you all for your support and the "free" code on quaternions.
  25. Replies
    9
    Views
    351

    Re: HPR camera system

    Thanks for the info. I'll check it out.
    I am developing a 3d engine and I want to make a generic camera for the engine. The HPR values are used to set the whole world transformation matrix so that...
Results 1 to 25 of 28
Page 1 of 2 1 2