FurMark
Current Version: 1.7.0
»FurMark
»Benchmark Submissions

GPU Caps Viewer
Current Version: 1.8.2
»GPU Caps Viewer
»GPU DB Submissions

My Account



Blogs
»Demoniak3D Blog
»JeGX's Infamous Lab

Link to Us

oZone3D.Net 100% Realtime 3D

»All Site's Network

Visitors Map

 
Demoniak3D Demo-System - Real Time 3D Development Tool, GLSL, XML, LUA

DemAux

LUA Auxiliary Library for Demoniak3D

» Back to Demoniak3D homepage


» Overview
» Download
» Installation
» Example
» ChangeLog



Overview

DemAux is a LUA library developed to complement and add high level functions to Demoniak3D. DemAux offers, for instance, mathematics functions or object handling. This library will be updated regularly.


LUA




Download
DemAux v0.1.0 for Demoniak3D - (175k)
Release date: March 3, 2008




Installation

Unzip the archive file and add the DemAux folder into your Demoniak3D project. To use DemAux, just add the following line in an initialization script:

dofile(HYP_GetBaseDir() .. "DemAux/main.lua" );



Exemple
dofile(HYP_GetBaseDir() .. "DemAux/main.lua" );
		
v1 = vec3();
v2 = vec3()
v3 = vec3();


v1:set( 0.0, 10, -32.0);
v2:set( 15.0, -10, 2.0);
v3:set( 8.0, -14, 3.5);

v3 = v1 + v2;
	
HYP_DrawText( 10, 40, 1.0, 1.0, 0.0, v3.to_string() );




ChangeLog



Version 0.1.0 - March 3, 2008
  • First release.




Language:

3D Graphics Search Engine:

The Geeks Of 3D



Geeks3D News


HackLAB News

Demoniak3D
Current Version: 1.23.0
»Demoniak3D
»Download
»Libraries and Plugins
»Demos
»Online Help - Reference Guide
»Codes Samples


PhysX FluidMark
Current Version: 1.1.1
»PhysX FluidMark
»Benchmark Submissions



Misc
»Texture DataPack #1
»Asus Silent Knight CPU Cooler
Page generated in 0.071568965911865 seconds.