jaydeepmalviay / min3d

Automatically exported from code.google.com/p/min3d
0 stars 0 forks source link

model too dark #81

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. just installed on my HTC Sensation
2.
3.

What is the expected output? What do you see instead?
just wanted to see a dice which purple surface and black eyes
a dice which hasnt got powerfull colors.

What version of the product are you using? On what operating system?
verion of min3d? its the newest. my htc sensation on 4.0.3

Please provide any additional information below.

First of all im german, hope you can read everything and understand.
so i made an dice on blender and textures with uvmapping. 
the first issue is, that the dice isnt rendered correctly on the eclipse 
emulator. i only see a white/gray cube rotationg. so i spent a lot of time to 
fix it.but i dont have any idea whats wrong. but when i put it on my phone i 
see my dice rotationg with purple surface and black eyes. but its too dark.on 
the rendering in blender the colors are more powerfull.

the second problem i have, is that i dont know how to add another model to my 
app. im trying to implement an Yathzee app. so i want to have rotationg dices. 
but i dont know how to put my model into an layout. just thought something like 
view.addchild() but the models are not any views. 

hope you can understand everything and may help me

best regards

Original issue reported on code.google.com by janosch....@gmail.com on 17 Jul 2012 at 9:16

GoogleCodeExporter commented 8 years ago
every thing works fine.....just lights were wrong...and i made copies of my 
cube with 

cube2 = cube1.clone();
scene.addchild(cube2);

the you can  rotete them individualy and do other stuff with them.

Original comment by janosch....@gmail.com on 26 Jul 2012 at 12:15