Skip to main content

All Questions

Tagged with
12 questions with no upvoted or accepted answers
17 votes
0 answers
2k views

Per-Vertex lighting in GLSL?

How can I achieve per-vertex lighting (like in single/multi-texture shading) in GLSL with all of the other GLSL features (like buffer shadows, texture layers, etc.)? Bonus points if it can be done in ...
Nero1024's user avatar
  • 643
3 votes
0 answers
308 views

How to get render to texture working?

I have read the manual, watched tutorials, and read forum posts. So far they have all been based on GLSL and using Python. Including multi-texture in my search results in tuts about applying multiple ...
bouncing_hole's user avatar
3 votes
0 answers
235 views

Why object is white in viewport and textured when I hit "P"?

Why object is white in viewport and textured when I hit P ? I'm in GLSL shading mode and I can't see the object textured in the Game Engine.
godolomn's user avatar
  • 417
2 votes
0 answers
922 views

How to game-render a mesh through/behind other?

I was making a character with a manga like style, and It got to show the meshes of eye balls, eyebrow and eyelashes through the hair, but not throug the face skin or ny other parts of the mesh. Making ...
Hicky8's user avatar
  • 279
1 vote
0 answers
19 views

insert a new animation between loop animation

If I animation walk in circles. Can I insert the animation to walk out of the circle to a specific point and then return to walk around the circle at the same point?
user150975's user avatar
1 vote
0 answers
194 views

The GLSL Doesn't Work

There was a question about someone not being able to use GLSL shading and there was an answer which almost worked but half of the game was all black with a huge shadow. Please tell me a way to fix ...
Gumbyneck's user avatar
1 vote
0 answers
1k views

How to create a realtime 3D walkthrough with Blender?

I am not a game developer and its not my domain. I am a Biotechnology student. A part of my project requires making a realtime walkthrough of a 3D house. Someone suggested me to use Blender. But here ...
Rachana Bagde's user avatar
0 votes
0 answers
14 views

Problem cooking textures

Could someone help me understand how I could get the same texture rendering on a game engine like second life as on blender? To be clear, some people manage to simply baking the textures and get the ...
Rose's user avatar
  • 1
0 votes
1 answer
120 views

Blender Game not rendering models correctly, normals recalculated and flipped,

The model looks fine in blender (texture, material, and render), but when I run my app the parts of the model don't show. The normals have been recalculated and flipped many times (sometimes only ...
L. F's user avatar
  • 1
0 votes
0 answers
77 views

Logic bricks in BGE OR similar function for animation in blender render

I am using Logic bricks in BGE to move a sun across the sky, I want to use the logic brick function OR similar function to do the same in the blender render for an animation, what would you suggest?
Ant's user avatar
  • 1
0 votes
0 answers
110 views

Game object doesn't render in camera

I'm creating little game with a third-person-camera. Everything was rendering fine, until suddenly, after moving some background objects... my main character stopped rendering inside the camera view......
JPeters's user avatar
  • 13
0 votes
0 answers
76 views

rendered game doesn't work properly

I created a game in blender game and rendered it. About 10 renders worked as expected, but since then every time I am trying to render it by: "Save as blender game engine" it doesn't. I have a menu ...
Maor2871's user avatar