i wanna draw animation 2D/3D with OpenGL ES which draw on top of camera. can somebody provide me the example. i need this very much.
thanks for helping and sorry :(
|
i wanna draw animation 2D/3D with OpenGL ES which draw on top of camera. can somebody provide me the example. i need this very much. thanks for helping and sorry :( |
||||
|
|
You should check this project. |
|||
|
|
|
SurfaceView will not work like regular view. So what you should do is you should wrap the SurfaceView with frame or relative layout. Because both of them supports z-ordering. Create a class extending View and add the above logic in to it. Make an instance of this class in your layout XML. Now this relative or frame layout is ready to expose the drawing.. The following one is very useful. Have a look... |
|||
|
|
|
it's simple if you have a class which implement surfaceView and add callback to it. this example may be help solve your problems |
|||
|
|