B4A Example 3D Spinning Cube - Johan Schoeman    Apr 28, 2018   (14 reactions) It is mostly based on this posting. It is a 3D spinning cube. The code is very simple (the lib does... as that of the /Files and /Objects folders of the B4A project
3. Download the B4A lib files... B4A Library 3D Bodies - Four libraries - derez    Dec 18, 2014   (15 reactions) , doing similar thing with variations:
1. A 3D cube, with or without dice numbers on, can roll by touch or by command or provide a throw result by click.
2. A 3D library for any body, provided... Share My Creation Bouncing balls in a 3D box with collision detection - JordiCP    Jul 4, 2017   (23 reactions) of the work for me for a very simple 3D app, simulating perspective (there are some posts and snippets... camera position and a 'real' equation set. But it works ok.
(2nd edit) Added an example with 3... B4A Example Flip 3D View - Johan Schoeman    Mar 21, 2015   (4 reactions) I came across the attached project here and thought it is quite nifty. It is a post by a B4A member (@Lyndon Bermoy ) Have added an additional imageview to animate a second image. Have not added any code (neither hard coded nor coded via designerscript) to make this fit to any screen. Leaving it up to you to do so should you want to make use of it. Credits to @Lyndon Bermoy and @lonleystar... B4A Example 3D Interactive Starfield using only the Core library - wonder    Dec 31, 2014   (4 reactions)   tags: 3D Interactive
#ApplicationLabel: 3D Starfield Example
#VersionCode: 1
#VersionName... i = 0 To (number_of_stars - 1)
'Initialize 3D Coordinates
star_x(i) = Rnd... Games Inspiration: ”How I made a 3D game in only 2KB of JavaScript” - Sandman    Mar 9, 2020   (9 reactions) 89709
Well worth a read, if you're into making games.
http://frankforce.com/?p=7427
Oh, and her... B4A Library XCL Charts - 13 Feb 2016 : 3D Horizontal Bar Charts in Post #7 - Johan Schoeman    Feb 8, 2016   (17 reactions) Busy wrapping this project. It offers some unique graphs / charts. Will post the 3D bar chart sometime before the end of this coming weekend. It will allow for a 3D chart consisting of a series of 5... B4A Question 3D View library / class - luke2012    Nov 29, 2019 Hi all, I need to allow user to see a 3D file (like .stl file or a Blender file) using multi-touch to rotate the displayed 3d object. Any help is appreciated :-)... Games 3d Space environment - hookshy    Nov 25, 2018 Is there a tutorial to learn about 3d games ?
I wish I could understand how Minecraft is built and if would be posible to create same environment with b4a.
An example would be very nice to understand the 3d matrix.
Thank you... B4A Question Mainstream 3d lib? - MarkusR    Apr 11, 2018 hello, i will use 3d in b4a. i found open gl 2 lib but open gl es is total unhandy. i have some experience with open gl for pc and for mobil devices everything i know is missing there. i just need some 3d primitives, 3d text, 3d lines. .. currently i started a android library in android studio for my 3d needings in b4a. :) and i have success in b4a, it works, jippie... Page: 1   2   3   4   |