Ramyabalu07 / droidar

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

Shape not face camera #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. object Shape cannot face to camera

What is the expected output? What do you see instead?
object shape still not facing camera though I already addChild(new 
AnimationFaceToCamera(glCamera,0.5f)); or addAnimation(new 
AnimationFaceToCamera(glCamera));

Please provide any additional information below.
I want to make the object Square face to camera.

thx

Original issue reported on code.google.com by Yosafat...@gmail.com on 19 Jul 2012 at 7:29

GoogleCodeExporter commented 9 years ago
did you compare your code to the examples in the GLFactory where i use the 
AnimationFaceToCamera ?

Original comment by simon.heinen on 19 Jul 2012 at 9:13

GoogleCodeExporter commented 9 years ago
yes, and i've solved the problem. :D

I prefer to use MeshComponent that add child the Shape I made then add the 
AnimationFaceToCamera to the MeshComponent.

thx for the reply. :)

Original comment by Yosafat...@gmail.com on 19 Jul 2012 at 9:18

GoogleCodeExporter commented 9 years ago

Original comment by simon.heinen on 19 Jul 2012 at 12:04