Tag Archives: 3D

3D graphic

The Virtual Reality – part 001.

Briefly, the acronym is recognized as VR and come with this comes with this definition: Virtual reality is the term used to describe a three-dimensional, computer-generated environment which can be explored and interacted with by a person. That person becomes part of this virtual world or is immersed within this environment and whilst there, is… Read More »

Blender 3D – the measurements addon .

This addon helps us with info and data about measurements with Blender 3D working and output. If you have used this addon you need to delete it from these folders: \Blender Foundation\Blender\2.78\scripts\addons \AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons The install is easy, just open the menu from File – User Preferences … – Install from File… The tool can… Read More »

Using bpy – changing colors .

This tutorial shows you a simple example of python scripting into Blender 3D software. You need to select the window for scripting and to test with python scripting shell. First, you need to add one object: cube. The default script and most common python script, start with this :

You need to see the… Read More »

Unity 3D – C# script – save and load file.

This is a simple C# script example for a C# class Player. The class Player come with this content into Player.cs C# script:

To make this C# script for saving the Player into one file I used this C# script named SaveLoadManager.cs:

The script come with two parts for save and load files.… Read More »