12/10/2021
Deploying a SceneMax3D game to run on Android devices takes less than a minute!
Mobile games can be found and played using GameBox3D mobile application.
Fighting Game Demo - PC vs Mobile
Demonstration of a fighting game running on PC machine and low-end Android mobile device
13/07/2020
Work in progress - A fighting game created entirely with SceneMax3D
Fighting Game Sample - July 11, 2020
In this version, I have added: a fire particle system in the loading phase switched to FPS camera mode the opponent now is an old kung-fu master added prince...
22/09/2019
A step by step course for programming 3D FPS video game from scratch to a fully working product in less than 1 hour!
Get this course now for just 10.99 USD (limited offer):
https://www.udemy.com/course/create-3d-video-game-in-less-than-1-hour-sell-it-online/?couponCode=BE-SMART
01/03/2019
Collision detection sample program:
Sample Scripts – SceneMax 3D
31/01/2019
Using variables in our code enables us to do some cool things like simulating gravitation forces. Take a look at that example
Bouncing Spheres
A simple SceneMax 3d program demonstrating bouncing spheres with different materials
26/12/2018
Animating a jumping model with gravitation force is easy when using variables in your program as explained in this article:
Coding with variables – SceneMax 3D
Using variables in your code is a great way to enhance your animations with ease. a variable has a name and can be either a number or a string and its value can be changed while the program is running. You can refer to a variable from many places in your code. let’s see an example for declaring a ...