Blender is an open source 3D modelling software with built-in game engine, Bullet physics engine and fluid animation engine.
1
vote
0answers
22 views
XNA 4.0: Blender .fbx File Won't Display 3D Model
So I followed the basic 3D model display tutorial found here:
http://msdn.microsoft.com/en-us/library/bb197293%28v=xnagamestudio.31%29.aspx
And while I know this is for XNA 3.1, I can still get the ...
1
vote
0answers
37 views
Create bullet physics rigid body along the vertices of a blender model
I am working on my first 3D game, for iphone, and I am using Blender to create models, Cocos3D game engine and Bullet for physics simulation. I am trying to learn the use of physics engine.
What I ...
0
votes
0answers
21 views
Blender to Collada to Assimp - Rigid (Non-skinned) Animation [migrated]
I am trying to get simple animations to work, exporting from Blender and importing into my application.
My first attempt was as follows:
Open Blender at factory settings.
Select the default cube ...
-4
votes
1answer
117 views
Recommended graphic software for creating great graphics in game? [closed]
I came across a game called Trine2. It has a great graphics here is one image i captured here. Forgive me but I need 10 reputation to upload image so i use external sites.
How did they create that ...
1
vote
0answers
32 views
Organize different layers of repeating texture
I'm using Blender for creating assets for a 3D video game (FPS). Particularly i have to create a long wooden fence and i'd like to use one 700*700 texture for the entire fence so different part of ...
0
votes
1answer
51 views
UV mapping: Untextured faces?
Im currently trying to texture a (transparent) cylinder. I want the texture image to wrap sideways around the cylinder but not the top and bottom faces, they are supposed to just stay untextured (so ...
0
votes
0answers
74 views
Is the blender game engine suitable for making a fully fledged 3d game? [closed]
I'm wanting to work on a relatively simple online shooter with my friends. I am a fairly competent programmer, and have worked on networked projects before, however never worked on a game. I started ...
1
vote
2answers
127 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:
http://imgur.com/wbowyco
2 - Also, that text panel at the top, that is as large as I can ...
3
votes
1answer
100 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 ...
1
vote
0answers
35 views
Blender: calculation of elevation and rotation angle from plane
I have a generic plane (any location, any rotation around every axis) with its normal axis passing by the center. Then I have a generic point and I need to find the elevation and the rotation angle ...
0
votes
1answer
119 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
0answers
58 views
Posible to export f-curves in blender?
I work with some friends on a rail shooter game in openGL. For creating our world we are using Blender. Since we want our Tank to follow a path I have started to work with creating bezier curves and ...
-1
votes
1answer
95 views
How to open .lmesh and .lanim files? [closed]
I try to open league of legends models using Blender, but I don't know how to handle .lmesh and .lanim files. These files are located in here: http://static.lolking.net/shared/mv/
2
votes
1answer
80 views
Blender Texture Seam
I am trying to follow this tutorial to create a brushed metal "start" button. (I am very new to all of this) I want the button to look nice when rendered in a game engine.
For some reason I can not ...
1
vote
2answers
284 views
How do I export my Blender model to OGRE XML format for jMonkeyEngine 3?
I'm an amateur software engineer with several simple 2D-game projects under my belt. I'v recently turned my attention towards creating a basic 3D game, nothing too fancy, just to get a grip on things.
...
0
votes
0answers
50 views
Is it possible to control bones/vertexes on Blender programaticaly to achieve a specific effect?
I'm trying to animate a character with a ponytail in a very specific way. I'd like to do it by controlling "pivot points" on the hair programatically. I've programmed a cloth simulator in JavaScript ...
2
votes
1answer
159 views
What is the simplest way to export a bezier curve created in Blender to a text file?
I have created a bezier curve in Blender.
I'd like to export this curve to a text file. What I need is :
Control point + handles, three points in total.
Example :
{{ 2.3333,4.3942, 55.333 }, { ...
1
vote
0answers
43 views
Batch mesh simplification
I need a script for simplifying meshes, to run on a server in headless (no GUI) mode. Are there open source (or at least gratis) tools out there I could use for this? Or, how would I script Blender to ...
3
votes
1answer
59 views
independent lighting per mesh in blender
In Blender, is it possible to assign lighting objects/effects exclusively to a single mesh? For instance, if I place two meshes next to each other, and two lights (one shining on each mesh), I would ...
2
votes
1answer
117 views
Can't move bone on blender. “Location” transform grayed out
I'm trying to move a bone on Blender. I can't do anything with it at all. I've searched through the menus and noticed the Location transform is grayed out.
2
votes
3answers
235 views
How To Export Blender Game Logic for Controlling Actor Actions?
Question:
How does one export Game Logic ("Sensors") that Unity references for controlling actions from Blender's "Action Editor" or "Dope Sheet"?
Problem Statement:
I have a Blender model that has ...
1
vote
2answers
89 views
How do I connect different parts on Blender? [duplicate]
I'm new to blender, trying to make my first model. I've got a body, a shoulder, an arm and a head - all separated. How do I connect them correctly?
0
votes
1answer
155 views
How to make a cube mesh and texture for XNA use?
I have a very specific question which I feel should have a very short answer, but which I can't seem to find despite Googling on and off all day.
I'm trying to start with 3D graphics, and I read up a ...
0
votes
0answers
128 views
XNA skinned model animation snapping and sped up
I'm exporting .fbx files from Blender 2.6, and followed the skinned model sample to get them to work in game. They do render and animate, but wrongly; they're sped up, and animations seem to reset ...
1
vote
1answer
262 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 ...
2
votes
1answer
112 views
What format(s) does Blender 2.6 support well enough to use with my game?
I'm using Blender 2.6 to create meshes to be loaded by my engine while in development. I've noticed that Blender 2.6 has very few exporters compared to previous versions of Blender (but a MUCH ...
4
votes
1answer
477 views
How can I prevent seams from showing up on objects using lower mipmap levels?
Disclaimer: kindly right click on the images and open them separately so that they're at full size, as there are fine details which don't show up otherwise. Thank you.
I made a simple Blender model, ...
1
vote
1answer
110 views
UV Mapping Problems
I'm creating an alien in blender, doing my best to base it on the guys from toy story. When I create the UV Map and colour it, import it back in then take a look at it in a seperate window there is ...
1
vote
2answers
245 views
XNA .fbx model imported sideways
Using Blender 2.6. My model has its location and rotation zeroed out, scale set at 1.0, and generally conforms to every guideline detailed on this site and misc google results. When exporting it, I ...
9
votes
2answers
442 views
Blender - baking normal map - weird colors
I have a metal drum mesh, and when I bake its normal map, I get the weird colors (see attached pic). I'm talking about the horizontal gradient shift of color. There's no deformation like that on my ...
0
votes
1answer
156 views
Asset workflow for Blender models?
As a coder, I don't have much experience in asset creation workflow. I'm trying to figure out the best way to work effectively with Unity + Blender combo. I don't export to FBX, I prefer to work ...
1
vote
0answers
227 views
Blender: How to merge multiple meshes of same object?
I have run into a bit of a problem creating my 3D model. I started with a single mesh and added additional meshes (all in edit mode) to create my geometric shape. They are all part of the same object, ...
0
votes
0answers
51 views
Problem with drawing mesh
So I made this simple model in blender. Its made up of one mesh, and one armature that contains three bones. This is the parent-child relationship that I made in blender:
For the sake of simplicity ...
0
votes
1answer
148 views
Exported FBX Blender Model not showing up in XNA
I really do apologise if this question has been asked before, but I recently created a model in Blender 2.63, exported it to an FBX file, and tried to display it in XNA (using 4.0 Refresh), but all ...
0
votes
0answers
100 views
Draw mesh with multiple bones
So I currently have an object made up of only one mesh. And this object contains three bones. One for strecthing the mesh left, one for streching the mesh up, and a center bone, which moves the object ...
1
vote
1answer
266 views
Make bones in blender work corectly in XNA
So, I am trying to connect bones with vertex groups in blender, but I keep failing. if I move a bone in XNA, it doesnt also move those vertecis that are connected to this bone(vertex groups). What I ...
1
vote
0answers
108 views
Blender models appear in UDK asset manager, but not in game
I am new to UDK and blender. I am using UDK3.
I have tried the following so far:
Making the mesh origin, (0,0,0)
Making the parent bone origin (0,0,0)
Parenting the root bone with the mesh
I have ...
1
vote
1answer
184 views
Armature in Unity3d distorted
On the left is a base mesh with armature in Blender. I imported this model and armature into Unity3d.
The result is on the right. The arms are clearly distorted, and I can't seem to fix it by ...
1
vote
2answers
323 views
Compress / make Blender .obj file smaller
I have been learning the basics of blender for the best part of the day, and I still cannot figure out how to make models(imported) smaller in file size(where their original file size is 2MB+).
The ...
0
votes
1answer
331 views
Should I be using blender game engine as my first engine? [closed]
I am new to game development. I was learning how to create 3d models in blender to use in an android game, but I was reading that you can use blender game engine for creating android games.
Is it a ...
1
vote
1answer
81 views
Blender 2.6: Move Mesh to X Coordinate of Another Mesh
An example:
There are two planes A and B with the following median points:
( X | Y | Z )
M_A ( 3 | 2 | 2 )
M_B ( 6 | 1 | 1 )
Now I want to move the plane A on the X-axis to the X coordinate ...
1
vote
0answers
82 views
Blender 2.6: UV-Matching on Non-Image-Textures
Situation:
I want to model a piece of wood in Blender (2.63.0). In order to do this I use a set of Noise and Clouds textures on a brown material. But these textures are warped and shown in the wrong ...
2
votes
1answer
64 views
Getting an instance of KX_PolygonMaterial in Blender
I've got a question concerning using Python in Blender's Game Engine.
Before I start I want to state that I'm trying to change the color of an object in Blender's game engine. To do this, I'm ...
0
votes
1answer
174 views
Texture-Mapping in Blender/XNA
I have a simple Blender-Model (just a few faces). I want to add 2 Textures. (a special face should get Texture 1, the other faces Texture 2). This model I want to use in XNA.
The first Texture should ...
3
votes
1answer
155 views
Blender Object Appearing Gray when all Lights are Off
I have an issue with Blender where, when I turn my only light off (a sun lamp) and render the image my object appears gray rather than black (and thus, not appear to the camera). I can't figure out ...
2
votes
2answers
892 views
Mesh with quads to triangle mesh
I want to use Blender for making models yet realize some of the polygons are not triangles but contain quads or more (example: cylinder top and bottom). I could export the the mesh as a basic mesh ...
1
vote
0answers
113 views
How can I model a pendulum blade? [closed]
Like this one from Saw V:
What primitive shape/s would you start out with? How would you transform the primitive shape/s to give it a nice, smooth, sharp blade on one side without distorting the ...
1
vote
1answer
507 views
Blender mesh mirroring screws up normals when importing in Unity
My issue is as follows:
I've modeled a robot in Blender 2.6. It's a mech-like biped or if you prefer, it kindda looks like a chicken. Since it's symmetrical on the XZ plane, I've decided to mirror ...
0
votes
0answers
74 views
exporting a maya model to work with Playstation mobile Studio?
Ive just started to program in Playstation Mobile Studio for the PS vita. The Models that are available to use in Ps Development have to .mdk models.
The studio comes with a a model converter that ...
0
votes
2answers
157 views
Learning resource for 3d modeling [closed]
I want to start learning 3d modeling. I already have experience with maya and 3dsmax but I made a long pause (2 years)
Now I have free access to maya, 3dsmax and blender (I am a student). I know that ...