Tag Archives: 3D

3D graphic

Roblox – The maze script using Aldous-Broder algorithm.

You can see my video tutorial about how this source script works on the official youtube channel: This is the source code used in this video tutorial:

Roblox – The maze script.

This is the script I used into this video tutorial:

Blender 3D – sin mesh object with python.

This is a simple example of creating one object from vertices and edges using sin function. First, you need to create the mesh with bpy.data.meshes.new. The number is random, you can use any number for vertices and edges. This number is points for drawing the sin function. The spaces variable is the range from these… Read More »