Search found 4 matches

by mctheaw
Mon May 08, 2006 4:24 pm
Forum: Beginners Help
Topic: Very basic steps for developing your Very first My3D object
Replies: 3
Views: 321

Can anybody makes a summary of texturing rules for My3D?
by mctheaw
Mon May 08, 2006 10:20 am
Forum: Beginners Help
Topic: My screenshot
Replies: 4
Views: 606

Thank you, $L!M.

I tried *.png already but it's still not working. (T_T)
by mctheaw
Mon May 08, 2006 7:15 am
Forum: Beginners Help
Topic: My screenshot
Replies: 4
Views: 606

My screenshot

Hi, there

I use Irrlicht 1.0 to render my scene which is created by 3DSMax8 and exported by My3D with light map.

But something wrong with transparent texture, Look at the cocoanut tree in the screenshot below

You will see that they are SOLID (I use TGA file format)

I try many ways to solve this ...
by mctheaw
Fri Apr 28, 2006 9:20 am
Forum: Beginners Help
Topic: Is there some problem about setVisible().
Replies: 1
Views: 249

Is there some problem about setVisible().

Is there some problem about setVisible().

I get a sub node from scene::IAnimatedMeshSceneNode and hide it with setVisible() function but this function help me nothing.

Here is my code

// loading
scene::IAnimatedMesh* MyAnimatedMesh = 0;
scene::IAnimatedMesh* MyAnimatedMesh = device ...