Search found 7 matches

by MasterBaker
Tue Jan 30, 2007 2:43 pm
Forum: Beginners Help
Topic: Senior Irrlicht and Blender users : A tutorial suggestion!
Replies: 2
Views: 262

Senior Irrlicht and Blender users : A tutorial suggestion!

Hi! At the risk of getting flamed, here goes... I've been looking at the Irrlicht engine to create a little game of my own. So far, the engine looks great, is easy to use, and does what I need. So far, so good! However, I've been looking all over the place for a surefire way to do the following: I w...
by MasterBaker
Tue Jan 30, 2007 2:00 am
Forum: Beginners Help
Topic: Blender to irrLicht
Replies: 3
Views: 362

Saturn, you seem to be familiar with Blender and Irrlicht. Im having the same problem as Aardaerimus, so when i read your reply my heart was filled with hope. I did the quickie UVMap tutorial : ( http://en.wikibooks.org/wiki/Blender_3D:_Noob_to_Pro/UV_Map_Basics ) I sucessfully got the earth texture...
by MasterBaker
Sun Jan 21, 2007 7:29 pm
Forum: Off-topic
Topic: Your input : 2d image manipulation libraries
Replies: 2
Views: 468

Yup, textures have to be modified for every frame.

I'll have a look at RenderMonkey and the tuts, and hope shaders aren't as nightmarish to use as some people say they are!

Thanks for the tip!
by MasterBaker
Sun Jan 21, 2007 5:29 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: [VIDEO TUTORIAL] How to get a .X model out of Blender
Replies: 17
Views: 12265

For those of you still interested in this thread, i found a script that seems to do the corrections that AndyCR mentions in his tutorial. Here's the link : http://development.mindfloaters.de/DirectX_Exporter_Mod.8.0.html However, with the current version of Blender (2.42a) and Python 2.4 the script ...
by MasterBaker
Fri Jan 19, 2007 6:48 pm
Forum: Off-topic
Topic: Your input : 2d image manipulation libraries
Replies: 2
Views: 468

Your input : 2d image manipulation libraries

Hello! I need a 2d manipulation library, to make iteration-based special effects on billboards and to integrate this into and Irrlicht-based game. (If some of you know the psychedelic game "rez", i'm trying to obtain visual eye candy similar to that game. A lot of Rez's eye candy comes in ...
by MasterBaker
Fri Jan 19, 2007 3:10 pm
Forum: Beginners Help
Topic: FollowSplineAnimator
Replies: 15
Views: 834

Yup, that should work. If i get the chance i'll run both methods to see which one is the most efficient - probably the faceTarget one will be better than the camerascenenode... I'm also having a problem you don't have : In my case my real camera follows sydney (instead of sydney following an empty s...
by MasterBaker
Thu Jan 18, 2007 7:57 pm
Forum: Beginners Help
Topic: FollowSplineAnimator
Replies: 15
Views: 834

Simple solution similar to the one suggested by harukiblue - with no vector knowledge whatsoever needed! 1 - Create an empty scene node. 2 - Assign your spline animator to the empty scene node. 3 - Create a CameraSceneNode. 4 - Create Sydney and assign the cameraSceneNode as her parent. From now on ...