Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - wisepocket

Pages: [1]
1
Support / help me,,,, mapping to Alpha map with Object 3d
« on: March 14, 2012, 08:50:57 pm »

               
Why did the black shows?                                                                                                                      3ds Max



               
ff1.png                                                                                                                                                ff2.png                                                                                 

here is my source code and Map Images;



                                tm.addTexture("ff1", ff1);
            tm.addTexture("ff2", ff2);
            
            InputStream is=getResources().openRawResource(0x7f040006);
            ff=Loader.load3DS(is, 100);

            ff[0].setTexture("ff2");
            ff[0].setTexture("ff1");

                               
                                world.addObjects(ff);
            
            ff[0].strip();
            ff[0].build();
            [/size][size=78%]ff[0].setScale(5);[/size]





Pages: [1]