Main Menu
Menu

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.

Show posts Menu

Messages - generalwang

#1
I means that, in an Android Activity, we make a layout,  in upper part I want put a android button or textview, in buttom part I want put a GLSurfaceView and there will be some 3D scene in the GLSurfaceView. Can we realize that?
#2
If GLSurfaceView extends SurfaceView, and SurfaceView entends from View. So I want to put a GLSurfaceView into an Android Activity? In GLSurfaceView I can play 3D, in other places, I can use something in Android.
#3
Support / Re: How to add a video view into jpct
August 13, 2014, 09:59:52 AM
Thanks so much. I have another question, is there are buttons and click events in jpct. I use textures realize buttons, but I only find the onTouch method, how can i realize the click event?
#4
Support / Re: How to add a video view into jpct
August 13, 2014, 09:03:38 AM
I want to use it as a texture. And what is the visual effects if video run in the background?
#5
Support / How to add a video view into jpct
August 13, 2014, 04:22:28 AM
Hello everyone~~~
I want build a 3D scene, there is a movie screen in this scene. Users can control their characters moving in the scene, and they can watch a movie on the screen. I want to know how to a video view in jpct, and how to play the video in the view. Dose someone have a demo about this question?