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...
Type: Posts; User: oscar leo
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...
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...
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...
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,...
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;
ho!! thanks I've create other message loop so i delete and works perfectly
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...
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...
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?
nope I've try it and not work
sure here is http://www.megaupload.com/?d=R99B0F1T
i try to upload here but throw error
yes all libraries are placed in C:/OGL/lib/ and all are linked with it and the include directories
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...
no in win7 and the sample is the olimpic
ready but the application doesnt shows just the blackwindow of the cmd
no if i make the link in additional library directories gives me error that the glu32.lib is not valid or damage
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...
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
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?
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...
looks like that works for now
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...
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...
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...
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...