Search found 8 matches

by leekihyun
Fri Jun 22, 2012 7:25 am
Forum: Beginners Help
Topic: 4th parameter value of eglGetConfigAttrib
Replies: 0
Views: 415

4th parameter value of eglGetConfigAttrib

hi. if visualID is zero, when zero value is returned ? if zero, what's the problem ? I want the visualID is 1. where can I see eglGetConfigAttrib function ? EGLint attribs[] = { EGL_RED_SIZE, 5, EGL_GREEN_SIZE, 5, EGL_BLUE_SIZE, 5, EGL_ALPHA_SIZE, params.WithAlphaChannel ? 1 : 0, EGL_BUFFER_SIZE, pa...
by leekihyun
Thu Jun 21, 2012 4:56 am
Forum: Beginners Help
Topic: question about open gl es 2.0 error on irrlicht android
Replies: 1
Views: 580

question about open gl es 2.0 error on irrlicht android

hi. i'm working with irrlicht android 1.8.0 + opengl es 2.0. And compile and install apk on Galaxy S2. It's okay. Install same apk another android phone but only display mesh and do not display texture. And install same apk on IPTV, android set top box, but do not display anything. only black screen...
by leekihyun
Thu Jun 07, 2012 11:00 am
Forum: Beginners Help
Topic: Don't display sydney texture file
Replies: 8
Views: 992

Re: Don't display sydney texture file

@CuteAlien : ^^ thanks for your kind.
I will check more.
by leekihyun
Thu Jun 07, 2012 9:10 am
Forum: Beginners Help
Topic: Don't display sydney texture file
Replies: 8
Views: 992

Re: Don't display sydney texture file

@CuteAlien : I'm not sure the power of two width ?
Sydney's size is 308x193. You mean that rescaled to 128x128 or 256x256 ?
I did it. but not display texture.
If I send my sample code to you, can you check what's the problem ?
by leekihyun
Thu Jun 07, 2012 4:20 am
Forum: Beginners Help
Topic: Don't display sydney texture file
Replies: 8
Views: 992

Re: Don't display sydney texture file

hi. hybrid. Thanks for your answer. Sydney mesh is displayed. but not display texture. just Sydney is running without texture -_-;; when i used opengl es 1.0, everything is fine. texture displayed. But in this case, opengl es 2.0, not working. WHY ?? maybe i think shader is problem. What's the probl...
by leekihyun
Tue Jun 05, 2012 8:29 am
Forum: Beginners Help
Topic: Don't display sydney texture file
Replies: 8
Views: 992

Don't display sydney texture file

hi.
i'm working with opengl es 2.0 on irrlicht android.
can display sydney md2 mesh file. but do not display sydney texture.
just white sydney is displayed.
why ? please let me know.
thanks.
by leekihyun
Tue Jun 05, 2012 2:38 am
Forum: Beginners Help
Topic: Question about frame rate
Replies: 2
Views: 336

Re: Question about frame rate

Thanks CuteAlien.
I have a question one more.
please check my another question.
http://irrlicht.sourceforge.net/forum/v ... =1&t=46434
thanks.
by leekihyun
Mon Jun 04, 2012 5:26 am
Forum: Beginners Help
Topic: Question about frame rate
Replies: 2
Views: 336

Question about frame rate

Hi, nice to meet you, everybody. This is Kihyun Lee from South Korea. I loaded .x file to make b3d file. FPS of .x file is 20 and Number of frames is 1281. So duration is 64.05. So i exported to b3d file. and it installed on my cell android phone. But printed fps log of eclipse was 8 or 9. Speed is ...