Search found 4 matches

by bckong
Fri May 15, 2009 3:22 pm
Forum: Beginners Help
Topic: I can't find how I can change the mesh's material...
Replies: 4
Views: 368

It works....!!!

Wow... It works...!

m_pMesh was NULL... Sorry...

Thank you very much hybrid!

And also thank you for reading my strange English ;)
by bckong
Fri May 15, 2009 2:43 pm
Forum: Beginners Help
Topic: I can't find how I can change the mesh's material...
Replies: 4
Views: 368

But... It doesn't work again...

Thank you, hybrid!

But, I think I don't understand you well...


You mean... like this?

u32 Alpha = 50;
m_pNode->setMaterialType(video::EMT_TRANSPARENT_VERTEX_ALPHA);

m_pFX->GetVideoDriver()->getMeshManipulator()->setVertexColorAlpha(m_pMesh, Alpha);

or...

m_pFX->GetVideoDriver ...
by bckong
Fri May 15, 2009 10:26 am
Forum: Beginners Help
Topic: I can't find how I can change the mesh's material...
Replies: 4
Views: 368

I can't find how I can change the mesh's material...

I hope to change my simple mesh(just sphere)'s opacity value...

I mean... alpha blending...

I think I have to change material's color with alpha value...

But, I can't find how I can change material...

I need your help...

I'm just beginner... please... I love you and thank you guys...
by bckong
Thu May 14, 2009 10:34 am
Forum: Beginners Help
Topic: How can I render same mesh object 5-times?
Replies: 2
Views: 439

How can I render same mesh object 5-times?

How can I render same mesh object 5-times?

I'd like to draw my mesh 5 times...

but... I don't know how...

Should I Load Same Object 5 times?!!

I need your help... thanks..