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: oscar leo

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. deference between projections and views in openGL?

    Hi everyone

    I want create a camera class but I don't know what use to see the porjection and rendering,and manipulate in my application. I seen that some tutorials, using, glFrustum() others use...
  2. how make that the view not stretch in the screen?

    hi I'm using some polygon cube, and when I resizing the window, the view and cube is stretch
    how i can do that the view doing that the model looks small or far away if the window is stretched by...
  3. how i can use the mouse for move the screen?

    hi i have a question. what i have to use to move the view of the application, the glViewport statement or the glTranslatef, what use?.

    i'm working in one application in C++ with Win32 and python...
  4. Replies
    1
    Views
    742

    why my quads renderer all in white?

    hi i using C++ this time to learn how in opengl.
    my question is that i have this code



    void Render()
    {
    glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
    //glClearColor(0.6f, 0.6f, 0.6f,...
  5. how create a grid floor as reference with python?

    hi in c++ and opengl

    has a code that let me draws a grid like this.

    void DrawGround(void)
    {
    GLfloat fExtent = 20.0f;
    GLfloat fStep = 1.0f;
    GLfloat y = -0.4f;
    GLint iLine;
  6. Re: my application still running, how if is closed?

    ho!! thanks I've create other message loop so i delete and works perfectly
  7. Re: my application still running, how if is closed?

    also using in win32 api app in other project and happen the same


    // windoGL.cpp : Defines the entry point for the application.
    //

    #include "stdafx.h"
    #include "windoGL.h"
    #include...
  8. my application still running, how if is closed?

    I using wxwidgets and opengl with wxcanvas but when i close my application, the Visual Studio stay running i need to open the task manager to finalize with the process
    why still running my app? if...
  9. how OpenGL for a windows forms application in c++?

    I find some examples in codeproject but dont works

    I want know if its stable work with this framework and know how do that win32 SDK support the OpenGL for draw on it?
  10. Replies
    6
    Views
    2,873

    Re: help I Have errors in Visual C++

    nope I've try it and not work
  11. Replies
    6
    Views
    2,873

    Re: help I Have errors in Visual C++

    sure here is http://www.megaupload.com/?d=R99B0F1T

    i try to upload here but throw error
  12. Replies
    6
    Views
    2,873

    Re: help I Have errors in Visual C++

    yes all libraries are placed in C:/OGL/lib/ and all are linked with it and the include directories
  13. Replies
    6
    Views
    2,873

    help I Have errors in Visual C++

    when i Working under windows and use glut methods i Got this errors


    1>MosegaardsClothTutorial.obj : error LNK2019: unresolved external symbol _glutPostRedisplay referenced in function "void...
  14. Replies
    9
    Views
    1,224

    Re: where find functional samples

    no in win7 and the sample is the olimpic
  15. Replies
    9
    Views
    1,224

    Re: where find functional samples

    ready but the application doesnt shows just the blackwindow of the cmd
  16. Replies
    9
    Views
    1,224

    Re: where find functional samples

    no if i make the link in additional library directories gives me error that the glu32.lib is not valid or damage
  17. Replies
    9
    Views
    1,224

    Re: where find functional samples

    errors like this

    1> LINK: not found C: \ Users \ Oscar \ Documents \ Visual Studio 2008 \ Projects \ trianglew \ Debug \ trianglew.exe or not generated the last incremental link; running full link...
  18. Replies
    9
    Views
    1,224

    where find functional samples

    i try to learn of http://www.opengl.org/resources/code/samples/glut_examples/ this page but all sources is wrong every sample gives me compiler errors i using windows 7 and all samples are from 1994
  19. Replies
    2
    Views
    1,029

    how i make a game engine?

    i try to know how build my own engine in openGL but i try to find tutorials but i cant find some body know a good web where i can learn?
  20. Replies
    1
    Views
    2,197

    how i get the gl libraries on ubuntu 10.4?

    i want to install the latest version of the libraries in ubuntu 10.4 but i dont find nothing about that how get from the terminal and install and where place it why when i make include in c++ the GL...
  21. Replies
    2
    Views
    2,994

    Re: visual c++ glu32.lib not valid what i do?

    looks like that works for now
  22. Replies
    2
    Views
    2,994

    visual c++ glu32.lib not valid what i do?

    hi i'm try to use this library but doesnt works in allways show this message
    Error 1 fatal error LNK1136: file not válid or damaged C:\OGL\lib\glu32.lib 1

    i'm using visual c++ express over...
  23. Replies
    5
    Views
    1,491

    Re: can tellme where is wrong?

    this is all

    1>------ Operación Generar iniciada: proyecto: trianglew, configuración: Debug Win32 ------
    1>Compilando...
    1>main.cpp
    1>c:\users\oscar\documents\visual studio...
  24. Replies
    5
    Views
    1,491

    can tellme where is wrong?

    i got this source code from a book and i dont know why i got 98 errors

    #include <windows.h>
    #include <GL/gl.h>
    #include <GL/glu.h>
    #include <cmath>

    static int gs_iWidth = 640;
    static int...
  25. Replies
    0
    Views
    767

    i cant run a glut application in win 7

    hi i need know why i cant run my application in the Visual C+ express and one project in win32 api and opengl yes run

    Error 1 error LNK2019: external symbol __imp____glutInitWithExit@12...
Results 1 to 25 of 28
Page 1 of 2 1 2