My Account


RSS
oZone3D.Net RSS Feeds»RSS 2.0 Feeds

Blogs
»Demoniak3D Blog
»JeGX's Infamous Lab

Sponsors



Link to Us

oZone3D.Net 100% Realtime 3D

»All Links

Web Partners

www.geeks3d.com
www.benchmarkhq.ru
www.tdt3d.com
www.steph3d.net
www.g-truc.net
www.worldpcspecs.com


Banners Exchange

www.jmax-hardware.com
cgindia.blogspot.com
grapejuice.c.la
www.game-lab.com


Links Exchange

»CYGAD's 3DXtra

Search
Google
Web
oZone3D.Net

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:


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


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


FurMark
Current Version: 1.4.0
»FurMark
»Benchmark Submissions


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


Announces

Shop at CheckCost UK.Find Software products like Windows, Antivirus Software, Video Editing & more.


Modul8: real time video mixing and compositing



Geeks3D News
Page generated in 0.075241088867188 seconds.