opengl es - How to use point sprite API in Android NDK -
I want to use point physics (OpenLLS extension) API in Android NDK (R4). It's here [] = {0,0,1}; GlPointParameterxv (GL_POINT_DISTANCE_ATTENUATION, AT);
But, it does not work.
Work associated with 'Xv' and 'x' get fixed point data. You can try:
GLFixed [] att = {0, 0, 1 & lt; & Lt; 16};
Comments
Post a Comment