0
votes
1answer
90 views

How to seamlessly texture a cube in OpenGL

I have been following this site as an intro to OpenGL. After going through the model obj loading tutorial, I wanted to create my own .obj (a cube) as well as my own texture. Following this blender ...
1
vote
1answer
233 views

Obj Blender Export Recommendation for OpenGL C++

I have been modelling some objects inside blender, like a light bulb. I finished the light bulb, and I got a question at the time of export it. I want to export the light bulb in the wavefront format ...
1
vote
2answers
1k views

How would I use GLM for Bullet Physics?

Right now im working on my c++ game, and im having alot of trouble using GLM and Bullet Physics to create my world correctly. The main problem is that when i export my physics with Blenderv2.57, and ...
4
votes
1answer
701 views

How can I get my meshes to work with Bullet Physics?

The problem is that I'm trying to use my meshes with Bullet Physics for the collision part of my game. When I attempted doing this method with my GLM(model loading library by nate robins) model, I ...