Search found 28 matches

by bandinopla
Fri Aug 03, 2007 7:03 pm
Forum: Beginners Help
Topic: Hmm?
Replies: 4
Views: 276

simpler? it cant be more simpler! what r u talking about? is this a joke? :shock:
by bandinopla
Tue Jul 31, 2007 2:30 am
Forum: Beginners Help
Topic: [SOLVED] HELP! .x file with alpha texture error!
Replies: 1
Views: 171

ok, solved...

using: xFile->setMaterialType(video::EMT_TRANSPARENT_ALPHA_CHANNEL);

thanks to: http://irrlicht.sourceforge.net/phpBB2/ ... ight=alpha
by bandinopla
Tue Jul 31, 2007 2:14 am
Forum: Beginners Help
Topic: [SOLVED] HELP! .x file with alpha texture error!
Replies: 1
Views: 171

[SOLVED] HELP! .x file with alpha texture error!

i have a model in 3dmax that have a tga texture on it, i also try with png. So in 3dmax i only see the non alpha parts of the image. When i export with PandaExporter and load it in irrlicht, i dont see the texture as tga, i see the texture like a jpg, white where it should be transparent. Some1 know...
by bandinopla
Mon Jul 30, 2007 3:14 am
Forum: Beginners Help
Topic: [SOLVED] zBuffer problem. Saw edges.
Replies: 1
Views: 166

[SOLVED] zBuffer problem. Saw edges.

I have this model made in 3dmax and i see it this way... http://img63.imageshack.us/img63/58/toma2lz1.jpg but when i load it in irrlicht, i see this. (note: no lighting and fog, thats ok. The overlaped faces is the problem here) http://img63.imageshack.us/img63/3651/toma1uk1.jpg http://img525.images...
by bandinopla
Thu Jul 26, 2007 2:38 am
Forum: Beginners Help
Topic: Designing a big map (outdoor)
Replies: 0
Views: 313

Designing a big map (outdoor)

hi, i´m trying to make an outdoor level for a personal proyect i´m doing. I wanna make like a forest or similar. Mabe no more than a map of 600 metters of ratio. I´m more a character designer, have no idea how to approach a big level design. Should i do all the level in 1 model? and cut the textures...
by bandinopla
Wed Jul 04, 2007 7:21 pm
Forum: Off-topic
Topic: The Perfect MMORPG
Replies: 31
Views: 4600

ppl, u r forgertting that making a game like silkroad or muonline etc , make tons of money!!! why make something new whenu make a clone of thouse, make some anime style chars, some pets and poop for the kids and they will be screaming the daddy credit card in a week, come on! by the way, i quit silk...
by bandinopla
Mon Jun 11, 2007 11:27 am
Forum: Advanced Help
Topic: How to turn off texture filtering
Replies: 2
Views: 632

i have the same problem, did u find an anser?
by bandinopla
Mon Jun 11, 2007 11:18 am
Forum: Beginners Help
Topic: i dont want smooth textures...
Replies: 1
Views: 179

i dont want smooth textures...

i want that irrlicht load all my texturs and remains unfiltered. have made some textures with no flter on them, u can se the pixels, but in irrlicht, the image get smoothed, i dont whant that.


(sry 4 my english)
by bandinopla
Thu May 24, 2007 11:44 am
Forum: Beginners Help
Topic: change diferent parts of model size
Replies: 1
Views: 95

change diferent parts of model size

i ´m trying to change the size of some parts of my model. Example, i have a game under contruction that u can pick a char, change texture, hear and all, but i cant let the user change something like the height of the model. Or mabe like in GTA:SA where the main char can be realy fat or muscular. How...
by bandinopla
Sat Dec 09, 2006 5:47 pm
Forum: Beginners Help
Topic: how to export 3ds max stuff to md2
Replies: 2
Views: 355

this is gonna help u, i was trying to made something similar as u will see in this post. In fact, the model u will see is a lara croft model untextured =)

http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=17276

:wink:
by bandinopla
Sat Dec 02, 2006 9:43 pm
Forum: Beginners Help
Topic: [SOLVED] simple 3d char animator
Replies: 31
Views: 3167

ok now it works, it was the code, i 'm loading the model with the "Movement" tutorial that comes with irrlicht and it animates well and all.

thanks to bitplane & hybrid for the help.

now is a [SOLVED] finaly!!!
by bandinopla
Sat Dec 02, 2006 9:25 pm
Forum: Beginners Help
Topic: [SOLVED] simple 3d char animator
Replies: 31
Views: 3167

is something wrong with this code? #pragma comment(linker, "/SUBSYSTEM:windows /ENTRY:main") #include <irrlicht.h> using namespace irr; #pragma comment(lib, "Irrlicht.lib") IrrlichtDevice* device = 0; int main() { device = createDevice(video::EDT_DIRECT3D9,core::dimension2d<s32>(...
by bandinopla
Sat Dec 02, 2006 7:46 pm
Forum: Beginners Help
Topic: [SOLVED] simple 3d char animator
Replies: 31
Views: 3167

this is all my folder where i'm working, all the files.

2Mb

http://bandinopla.ifastnet.com/irrlicht_test.rar

u open that with winRAR or winZiP
by bandinopla
Sat Dec 02, 2006 7:42 pm
Forum: Beginners Help
Topic: [SOLVED] simple 3d char animator
Replies: 31
Views: 3167

i just update to irrlicht 1.2 but i see the model like before, no changes.

can u post ur code?