some hot fixes:
-rttMANAGER
-matTRANSFORMATIONS
in the last version, you had to pass the entire information through createPLANE line:
is2D = 1;
shader = 0;
texture = anyTEXTURE;
scale = [1,1,1];
pos = [0.0,0.0,0.0];
rot = [0,0,0];
createPLANE(false,false,"0",0,1,pos,scale,rot,texture0,alpha,color);
now splitted this piece up.
now you have to call a model on this way, which gives you more flexibility if you just want to change the position, rotation, scaling anywhere in your code:
var obj0 = createPLANE(pos,scale,rot);
var newPOS = [.5,0,0];
var newSCALE = [.5,
.5 ,
.5 ];
var newROTATION = [30,60,55];
obj0 = transform(
newPOS, newSCALE , newROTATION);
obj0 = render(texture,"0",0,1);
http://www.aries-lenov.com/projekte/webgl/dev/LSD/LSD.zip
stay tuned...
greetz
dirk
oops here the engine in action. i know it a bit boring... :D the cool things will be added soon!
http://www.aries-lenov.com/projekte/webgl/dev/LSD/LSD.php
Donnerstag, 5. April 2012
Mittwoch, 4. April 2012
do you feel the same like me, the illusion of reality pass by, by valued time - is it late or early, whats up and down? check out the rabbit hole and take the trip to a new world. nothing will be like before. you can be huge as you like, you can be what ever you want to be. follow the rabbit with LSD
Dienstag, 27. März 2012
Mittwoch, 14. März 2012
hrrrrr, :D
i know i should work a bit on this game. but really i lost a bit the motivation to work on. i got two games now to work on, which brings me no money at one hand and which is too much to concentrate me onto this game.
but as i said, this game will be finished. and i dont got any deadline, when its should be ready or so. so i will work on it, when i got inspired for.
i know i should work a bit on this game. but really i lost a bit the motivation to work on. i got two games now to work on, which brings me no money at one hand and which is too much to concentrate me onto this game.
but as i said, this game will be finished. and i dont got any deadline, when its should be ready or so. so i will work on it, when i got inspired for.
Donnerstag, 8. März 2012
got this new impression about mircisifti, yahoo and others. actually its like the old good disney movie -> tron. but one thing seems to be different, the mcp got lot of sargs. he holds us in this endless loop. a endless respawing of those sargs. isnt it now the time right, that the mcp should give up, i mean the mcp is able to gross up and must know there is no future for systems like the old system was.
who will be the one who wins against the mcp? the game im doing should be a mirror of this fight. so keep on with your good socks and fast shoes. its getting dark, but if you can win, we all will stay in the bright.
who will be the one who wins against the mcp? the game im doing should be a mirror of this fight. so keep on with your good socks and fast shoes. its getting dark, but if you can win, we all will stay in the bright.
Abonnieren
Posts (Atom)