Questions tagged [blender-game-engine]
The blender game engine is the game engine built into blender.
18 questions
-3
votes
1
answer
99
views
Anyone about me how we make games in Android , also about me can we use c# or c++ in blender [closed]
I'm a new student in game development. Can I use C++ in the Blender game engine or just only write python there?
0
votes
1
answer
613
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 ...
1
vote
1
answer
154
views
Single object decreasing frame rate from 60 to 5
I'm new to game development and I'm not sure what I've done wrong. My game runs at about 60 frames per second until I add one instance of a model I made in Blender. As soon as I add it the frame rate ...
2
votes
1
answer
247
views
Regarding BGE (Blender Game Engine), is it possible to generate a single .exe file from multiple files linked together?
Would any of you guys or gals know the answer, please?
I know one can generate a .exe (windows executable) file from a single blend file. My question is very simple: Can anyone generate a single .exe ...
0
votes
1
answer
77
views
Blender game engine module file location
Where can I find the "bge" module file ? It imports well from a python script but I want to know where from.
7
votes
1
answer
1k
views
Draw Edges in OpenGL
I use blender game engine and blender uses OpenGL for graphics. How can I draw lines around all 3D objects? Would this be a job for a filter? Mainly, I want my end result to look drawn.
I found this:
<...
0
votes
1
answer
3k
views
Car Game: Engine and Gearbox calculations?
I am making a racing game inside of Blender Game Engine.
You can see the latest video here to get the impression of what type of game it is:
https://www.youtube.com/watch?v=0i3m-xXtnhc
What I want to ...
1
vote
2
answers
597
views
What GameEngine to choose [closed]
I concider myself an amateur, but I have quite some experince in Unity3D.
Over the course of the next three years - before I can quit my job and go to colledge - I want to make ONE game.
Now the ...
0
votes
1
answer
368
views
Blender support for Android
I want to design 3D games for my android smart phone. Though I that two powerful game development software like Blender (under Linux) supports 3D game development. My question is:
How can a game ...
0
votes
1
answer
776
views
How do I pass an object location into a vertex shader?
I am using Blender Game Engine. I want to create a large flat plane, and deform it locally near a moving object.
So far (despite being a beginner at shaders) I've written a vertex shader for the ...
2
votes
1
answer
297
views
Using python as a controller in Blender Game Engine
I'm trying to learn how to use BGE, and one of the things I'd like to do is programatically move the cube using a python script. I added a controller but no luck. See screenshot. I'm trying to run the ...
0
votes
2
answers
170
views
Does Blender have a main menu?
1 - Does Blender have a main menu, and if so, how do I make it appear? This is what I'm looking at currently:
https://i.sstatic.net/xd0Zf.jpg
2 - Also, that text panel at the top, that is as large ...
2
votes
1
answer
3k
views
Detect collision in Blender
I am trying to write a Python function for Blender(2.66) game engine, that permits me to detect collision between two objects.
I tried to read the documentation, but it's very confusing, and I don't ...
2
votes
3
answers
1k
views
How can I export Blender game logic for controlling actor actions?
How does one export game logic ("Sensors") that Unity references for controlling actions from Blender's "Action Editor" or "Dope Sheet?"
I have a Blender model that has ...
0
votes
1
answer
272
views
How to calculate the position of an attached model after rotation?
I'm programming a basic game on XNA. I started to place an object (eg weapon) attached to the right arm of my player. When I move my character forward behind left or right all right. But when I ...