Questions tagged [ogre]
Ogre3D (www.ogre3d.org) is a multi-platform, open-source 3D rendering engine.
145 questions
1 vote
1 answer
93 views
what are texcoord tags in mesh.xml file in Ogrexml format?
I exported a 3d model from blender 2.79 and using ogrexml import/export plugin. but the texture will crash and UV map not working in that format. I made the model by four parts head-body-hands-shoes ...
1 vote
1 answer
560 views
GLSL shader time uniform freezed?
I have a simple fragment shader to simulate "falling water". I'm using Ogre3D and opengles2, this is my code: ...
0 votes
2 answers
260 views
Optimize polygons renderization
I'm developing a game (in Ogre3D) that, in short, consist in a vehicle that moves along a terrain and leaves a colored trail behind it. The trails are basically quads (a), these quads changes their ...
0 votes
1 answer
1k views
Ogre3d 2.1 - How to apply texture on mesh?
I have searched forums and tried to read the Ogre 2.1 samples, but I still have no clue how to apply texture on mesh :( Here what I've done so far. I use Easy Ogre Exporter to export the scene (...
0 votes
1 answer
243 views
What's the difference between Camera::getPosition() and Camera::getPositionForViewUpdate()?
In Ogre3d, what's the difference between methods Camera::getPosition() and Camera::getPositionForViewUpdate(), official ...
0 votes
1 answer
632 views
I have problems for export from Blender to Ogre3D
I don't speak good english, but I will try.. I need to make a game for my University. Exists lot of models in blendswap but, I have problem for export. Many of these models have extra objects, such ...
0 votes
1 answer
51 views
get value from UniformParameterPtr in Ogre
I have a variable of type UniformParameterPtr decalared by Ogre and I want to get its value. What is the right way to this? I ...
0 votes
1 answer
163 views
Trouble in 3DS MAX 2016 exported ogre.mesh file refering the correct .material
Actually we have some trouble in exporting ogre mesh + material files correctly from 3dsmax. We are using "Easy Ogre Exporter V 2.40" for the export to ogre format. And actually just testing its ...