-
Annyong Haseyo! Today I was nicely surprised when I received a courtesy copy of the WebGL Beginner’s Guide in Korean. Thank you PACKT publishing!
-
An actor can be represented in many ways. We can have a see the surface or the wireframe of an actor or maybe we are just interested in the bounding box. In Voxelent each actor keeps track of its visualization mode in its mode property.
-
The following is a summary of what is new or what is changed since version 0.89.1 to version 0.89.3. There are lots of new features such as: camera landmarks: save and retrieve a camera configuration by name texture filtering: the ability to specify the magnification and minification filters programmatically. cell and object...
-
Introduction Each model that has been loaded is represented by an actor in a scene. When a model is loaded, a new actor for that model is automatically created and added to the current scene.
-
Introduction The scene is represented in voxelent by the vxlScene class. A scene contains zero of more actors. Each actor represents a 3D object on the screen. Creating a Scene We can create a scene by simply writing: var scene = new vxlScene(); This creates a new empty scene. The vxlScene constructor does not
-
Introduction In Voxelent a vxlView object represents the two-dimensional rectangle on your screen through which you have access to a 3D scene.A good metaphor is a theater, you have a different view of the play depending on where you seat in the theater. Creating a view It is very easy to create a view. As
-
After some hard work these are the new features that have been added in the latest version of voxelent Python files document_plexo.py has been renamed to document.py now all the subprojects get documented at the same time so we don’t miss anything. New classes in Nucleo vxlMesh: enables cell by cell operations (triangles)...
-
In Voxelent, each view has a camera manager who takes care of managing the cameras associated with a view. The camera manager provides methods to create, delete and switch between cameras. The Camera Manager Each vxlView has an associated object that is in charge of managing the cameras. This object is an instance of vxlCameraManager....
-
The latest version of voxelent is packed with new features. Let’s take a look at some of them API updates getActor: retrieves an actor by name or by UID getActorByUID: retrieves an actor by unique identifier (UID) getProgram: returns the current shading program name setup: the third argument (handleLayout) indicates...
-
Voxelent platform (codename nucleo) has been updated to version 0.88.
