Hello Away3D. First of all I would like to congratulate you on Away3D. It's great! I'm experimenting with it for an internship. I didn't have much experience with AS3 programming before the start of my internship, hence the term experimenting;) But after many hours of experimenting I actually got things working. Up until now the problems I faced I could solve myself, but now I'm really stuck. Sorry to bother you guys with questions which may be beginner questions.
I've got 2 problems that I can't find a solution for: 1. I've imported an OBJ file in Prefab and exported it as an AS file. I can get the models to display, but the textures deform on the model when I run my project. I've uploaded a file called afbeelding_1.png which shows the problem. The texture on the floor somehow shifted on some places and also the bars on the chair are transparent. If you change the point of view the textures move on the surface of the model. Any idea how to fix this? 2. My second problem is in my code. I added a MouseEvent that changes the texture on the model you click on. This works on the chair. So I used the exact same code and changed all the names to add the same feature to the floor. But now the texture on the floor won't change:S. In my Main.as I create the MouseEvent. With every click on a model I change the value of a Global variable. That variable triggers a switch in the model AS file which changes the bitmap for the texture. I know the variable changes correctly and triggers each case correctly. It just doesn't show the different textures:S. I searched the web for many hours but I can't find an answer for both of my problems. Any help is very much appreciated:). Jochem
