Click here to Skip to main content
15,912,977 members

Comments by sudhanshu2511 (Top 5 by date)

sudhanshu2511 13-Jul-11 21:20pm View    
Yeah , I actually done it by introducing render loop for 800 frames of triangles, but thanks for your reply .
sudhanshu2511 11-Jul-11 22:45pm View    
OK I understand you mean that surftotal is changing its value inside readfile but it is not passed to main file , so when main file try to obtain the value of surftotal it takes its global declared value that is zero. But when I try to print the value of surftotal at runtime its value is not zero its 2 . I don't know how but its getting its value .
Now I have changed the question because what I want I am getting but still disappearance of screen is a question to me , any technique to stop the screen or reason for this disappearance
sudhanshu2511 11-Jul-11 6:18am View    
actually surftotal is initialized as zero but it gets uts value after reading the input file by the function void readfile , like in this case its value goes to 2, I have figured out the blank screen error actually I was not giving it projection when I give it projection the solution I wanted comes , but the window disappears , thats still a question to me .
sudhanshu2511 6-Jul-11 5:17am View    
Hi I have added a link where you can view my whole code , can you tell me where is the problem
sudhanshu2511 6-Jul-11 1:30am View    
yaah that was right I got it but the other warning

libEGL warning: use software fallback

is stilll there