Quantcast
Channel: BlogoSfera » ES
Browsing all 137 articles
Browse latest View live

Simple triangle with VBO and IBO – OpenGL ES 2.0 (Android)

I have being looking for a simple example in Android of a simple triangle being drawn using glDrawElements with a VBO for vertex position and solid color storage and IBO for the triangle index storage,...

View Article


How to speed up rendering with OpenGL (ES) 2 Android

I have developed a map using OpenGL-ES on android. It is displaying my map just fine, and I have just added touch event handling so I can move and fling it around, which is also working. However it has...

View Article


AngularJS $location … Extrange case

I am developing an web-app with AngularJS and the case is this (is very extrange but i have no other choise): At the begining, when a user come up to my web-app (located at http:// HOST/develop/v3/),...

View Article

destructor is called continuesly

I’m currently working on a game using OpenGL ES 2.0 on Android (in C++ using the NDK). I have a class called “Drawable” which is my base class for drawing objects using OpenGL. In the destructor of the...

View Article

Parse Boolean C# Culture verdadero

I am trying to run this exact line, and it isn’t working. Anyone know the reason why? Convert.ToBoolean("verdadero", new System.Globalization.CultureInfo("ES-MX")); I am parsing this from an xml file...

View Article


Why I don’t do this regular expression?

I have a problem about a regular expression… Python can do the next part of code but if I change the final expression I can’t run the code. In the final line from bs4 import BeautifulSoup import...

View Article

Draw the mesh in opengl

I am drawing the mesh from the openGl es library in android. When i load light obj file then its load successfully. I mean whose vertex value are less than the 32767. When I load the heavy obj file...

View Article

how to send hexadecimal values using gcdasyncsocket?

I have an array with nsstring like: <__NSArrayM 0×20860370>( 3a, 4d, 00, 03, 04, 00, 07, 00, 0d, 0a ) how can i send this data as real hexadecimal values using GCDAsyncsocket? I need to send all...

View Article


Why use an index Buffer in Android’s OpenGL to draw a Cube

I am having trouble texturing my cube using an index buffer. I came across an article saying that you need 24 vertexes defined in your cube instead of only 8 vertexes (where 1 vertex is 3 floats). What...

View Article


How to structure params request via nusoap

I have a problem when I call a soap web service via nu soap client, I try it with “Storm_r1.1-Adarna” tool and it successfully but not in php code. Please see the following detail: Here is my soap...

View Article

MSPaint like app with open gl es

I want to create a MSPaint like view using OpenGL ES 2.0 and 1.1. The app will be on mobile phone. Basically, I want to draw lines wherever user touches and drags on the view. Is there any source code...

View Article

JavaScript DateFormat Conversion

I have a the locale and a date in that locale format stored in a var in JavaScript I need to convert that locale based date string to another local format I have locale : en-GB / en-US / es / ko date :...

View Article

Not sends email to more than one address

I have an problema to send more than one email in my web app. If I send to just one address, it send normally! My string list is correct, because if I paste in Outlook and send manualy, all adressess...

View Article


IOS replace CATiledLayer with OpenGL

I have a remote controller app, which is using CATiledLayer to display remote desktop. All drawing is made by drawRect: method. I have some really rare crashes when resizing remote screen’s resolution....

View Article

mandar datos a una url mediante jquery

Estoy teniendo problemas para mandar ciertos datos a una url mediante jquery. La idea es la siguiente, en mi pagina index.php tengo funciones que me permiten hacer tanto login como registro de usuarios...

View Article


SendMail Error Message: 553 5.1.8 … Domain of sender address … does not exist

I setup sendmail server with inhmail.walkingtree.in in local when i tried to sen dmail from other email servers i am getting the following error , This message was created automatically by mail...

View Article

Get Angles from ModelViewMatrix

I have the following matrix in a game I’m reverse engineering to see how it works. I managed to capture this matrix when a model is rendered: 0.999971, 0.003148, -0.006994, 0.000000 0.000000, 0.911863,...

View Article


Load OpenGL from listview item click

What I’m trying to do here, is to load a OpenGL context when I click a item of the listview in main activity. Simple as it looks! But I really don’t know how to connect main activity with the OpenGL...

View Article

what kind of data they need to go in "@ Produces ("")" on a REST-style web...

package com.Data; import com.hp.hpl.jena.query.ResultSet; import javax.ws.rs.core.Context; import javax.ws.rs.core.UriInfo; import javax.ws.rs.PathParam; import javax.ws.rs.Consumes; import...

View Article

android opengl-es the relation between vertex indices and texture’s corrdinates

could someone tell me the relation between vertex’s indices and texture’s corrdinates if my indices is : putIndices Triangles index:==0,4,1//bottom putIndices Triangles index:==4,5,1//bottom putIndices...

View Article
Browsing all 137 articles
Browse latest View live