B4A Example OpenGL ES - NeHe sample projects - Johan Schoeman    Jan 23, 2022   (3 reactions) Attached sample project is a wrap for this Github Project.
Attached are the following:
1. NeheLess... B4A Question OpenGl problem - GiovanniPolese    Apr 17, 2024 "teoretical" question. I have done an App using OpenGL. Besides the "little" problem that I cannot use debugger and OpenGL to see the data, I have another weird problem. I am using a Panel to... B4A Library OpenGL 2.0 library - agraham    Sep 29, 2019   (6 reactions) Android 2.2 and later support OpenGL 2.0 ES as well as OpenGL 1.0 ES. Having produced an OpenGL..." is not really a demo at all and does little more than test the device OpenGL capability and... Italian OpenGl in B4I - GiovanniPolese    May 6, 2023 Salve a tutti
dovrei passare una App Android in Ios, ma uso OpenGl e mi pare che non ci sia niente del genere in B4i, o mi sto sbagliando?
Grazie in anticipo per ogni eventuale suggerimento.... B4i Question opengl - GiovanniPolese    May 6, 2023 Hi to all
it seems that OpenGl is not available on B4i, or am I missing something? So, how to get fast graphics?
Thanks... B4A Question OpenGl - GiovanniPolese    Dec 13, 2022 Hi to all
I am thinking to use OpenGl on my Galaxy Tab s10 tablet and Galaxy s50 phone. I have downloaded the samples available here, particularly the NeHe examples, with no change (but the not the last lessons, with Java parts, because I have no skills on this method of working) Just compiled but nothing else than a black screen appears.
Thanks for any hint.... B4A Question OpenGL shader - MasterGy    Mar 19, 2025 Hello! I want to use OpenGL shader. For now, I want to be able to dynamically adjust... the rendering code module, and pass the 'gl' variable, which is the current instance of opengl..., but I'm making a mistake. Sub Class_Globals Private gl As JavaObject Private program As Int End Sub ' Public Sub Initialize(g As GL10) helyett most már JavaObject-et fogadunk Public Sub Initialize(g As JavaObject) gl = g program = CreateShaderProgram End Sub ' Aktiválja... B4A Question 3D Tin Model using OpenGL - Terradrones (first post)    Nov 6, 2024 I can already calculate the volume of material in the Stockpile as well as the sloped surface area a... B4A Library OpenGL library - agraham    May 20, 2011   (1 reaction) Here is a first stab at implementing an OpenGL library. The implementation is a subset of the full... a triangle on the screen but my total ignorance of OpenGL makes further progress challenging and I'm not... B4A Question B4A and OpenGL to simulate a 3DPrinter - max123    Nov 1, 2018   (8 reactions) machine.
My question is, what is the best option to do this on B4A? I need to use Agraham OpenGL... used native OpenGL so this is a bit problematic, Java3D do large use of object oriented, so... Page: 1   2   3   4   |