Daehwan Kim

Results 7 comments of Daehwan Kim

@J0Nreynolds Thank you for your reply. I want to show the sample code. If you have sample code, Please Let me know. I need your kind help.

@J0Nreynolds Thank you for your comment. I solved this issues. but I hava a little problem. ## Please look at below picture. I don't want show the Back image. Can...

@bohuang3d Thank you for comment. if you know solve the issues, please let me know. I used below code. > > float[] texCoords = mesh.getTexCoords(); > for(int i = 0;...

@bohuang3d I using GVRVideoSceneObject. how can i set texture parmeters in video? > > GVRSphereSceneObject sphere = new GVRSphereSceneObject(gvrContext, 72, 144, false); > GVRMesh mesh = sphere.getRenderData().getMesh(); > > EnvironmentVideoSceneObject...

@NolaDonato Thank you for your comment. But I still have a problem. Could you check my code please? ``` EnviromentSceneObjectPlayer = MakeMediaPlayer(PlayVideoUrl); GVRSphereSceneObject sphere = new GVRSphereSceneObject(gvrContext, 72, 144, false);...

@liaxim Thank you for your comment. I used GL thread. but My app crashing. so I update my code. Please check & test my [project](https://github.com/miraclehwan/AnimationTEST).

@liaxim I updateed my [code.](https://github.com/miraclehwan/AnimationTEST). I solved this issues. but I curious why crash is my app when used GL Thread. @bohuang3d Thank you for your code. I solved this...