Search found 402 matches

by kattle87
Thu Jun 26, 2008 9:31 pm
Forum: Feature requests
Topic: Sound
Replies: 24
Views: 28563

maybe we will get some "MIDI instruments" presets? ;) would be nice :D
by kattle87
Wed Jun 25, 2008 9:47 pm
Forum: General discussion
Topic: completely off-topic, ZGE unrelated
Replies: 1
Views: 3267

completely off-topic, ZGE unrelated

this is a must-see :D

http://www.youtube.com/watch?v=zT60SkXN1UY

I couldn't belive it at the beginning, but it's true ;)
by kattle87
Wed Jun 25, 2008 6:13 am
Forum: ZGE Source Code
Topic: Joystick
Replies: 4
Views: 17182

I know it's Off-Topic, but... how much spare time do you have for beeing so active in ZGE developing? ;)
by kattle87
Sun Jun 22, 2008 9:28 am
Forum: Your projects
Topic: Flowers of Light - a real-time Light Synthesizer
Replies: 11
Views: 12779

this is running (almost) smooth for me, so I thought about this as a ScreenSaver. Can you build the screensaver version for me? And for everyone that wants it ;) for me 1280x800 or (would fit better) 1440x900 are fine; with Kjell implementations should be fine :P

Bye bye!!! :D
by kattle87
Sat Jun 21, 2008 11:15 pm
Forum: Your projects
Topic: Flowers of Light - a real-time Light Synthesizer
Replies: 11
Views: 12779

A really notable great work :D keep the dream moving :D

BTW: how are you changing the colours? Do you just use a "refresh component" command or it is something more complicated?
by kattle87
Fri Jun 20, 2008 10:46 pm
Forum: Tips'n'Tricks
Topic: "Physics" tech demo :P
Replies: 5
Views: 7506

I have no problem helping for free. You just need to wait untill I have my exams finished. Whene you're a student you don't care about cash, you care about glory :P So no problems in helping. BTW: for what regarding the torus (and also other parametrics) beeing with inverted normals... well it's my ...
by kattle87
Fri Jun 20, 2008 7:32 pm
Forum: Tips'n'Tricks
Topic: "Physics" tech demo :P
Replies: 5
Views: 7506

Actually I'm not doing any kind of collision: the ball is simply following the trajectory of a ball placed on a ground similar to one described by some equations (EG: paraboloid: Z = X^2 + Y^2) If you can create a ground using those equations, then you can use them and their derivatives to "mak...
by kattle87
Fri Jun 20, 2008 7:20 pm
Forum: Tips'n'Tricks
Topic: Superformulas
Replies: 4
Views: 6432

Superformulas

A little gift for jph_wacheski :)

I have never heard before of superformulas, but HEY! THEY ARE GREAT :D

Just bitmap for now, but 3D should be easy if you just need a "Bumped" 2D image.

Have fun :D
by kattle87
Fri Jun 20, 2008 6:02 pm
Forum: Tips'n'Tricks
Topic: "Physics" tech demo :P
Replies: 5
Views: 7506

"Physics" tech demo :P

This is what can be done using differential equations :P (Newton's equations)

No collision of course, it's a simple demo. You can press "2" for changing the scene. I will be updating it in some days :D and I will also post the code. Bye bye!
by kattle87
Thu Jun 19, 2008 6:27 pm
Forum: Your projects
Topic: Artificial Nature - TIGsource Procedural Generation entry
Replies: 18
Views: 37391

Hey, if you need help with models for artificial nature, I will be happy to help you as far as I can creating flowers, bushes or stuff like that using parametric surfaces (like the one I have already posted) or hazardous math ;). Plus, within one month I will have finished my exams and I will start ...
by kattle87
Thu Jun 19, 2008 8:06 am
Forum: General discussion
Topic: ZGE under WINE and games under Linux
Replies: 7
Views: 14175

Is linux support also limited to x86 CPUs?
Because I was going to buy a Neo FreeRunner which is linux based, (should have) 2D/3D acceleration but is ARM-based.
by kattle87
Tue Jun 17, 2008 9:54 pm
Forum: Tips'n'Tricks
Topic: Better looking spheres
Replies: 10
Views: 13220

still I don't get why an empty MeshExpression should create the visible edge; if nothing is modified, why should normals be different? :?: that's not my main problem however...
I'm facing a BIGGER problem theese days.
This problem is called "exams"...
by kattle87
Sun Jun 15, 2008 6:16 pm
Forum: ZGE Source Code
Topic: FOV
Replies: 2
Views: 14347

Can you code in Delphi? That's great :P You will tell me where you have learned it :D

BTW: for Villek: It seems to me that now you are obliged to open an SVN or something like that :P I might be coding from the end of July onward ;) and I have a great feature in mind...
by kattle87
Sun Jun 15, 2008 9:13 am
Forum: Feature requests
Topic: Gimbal Lock
Replies: 9
Views: 10869

again, you have atan2(), and that's enought for everyone :P from wikipedia: "Thus implementations of atan(y) will probably choose to compute actually atan2(y,1)." So, if you want normal atan (instead of atan2 which is best for me because can give you the angle in the [0, 2*PI] range), just...
by kattle87
Thu Jun 12, 2008 3:48 pm
Forum: Feature requests
Topic: Skin & Morph
Replies: 2
Views: 5097

what is collada pipeline briefly?
And what do you exactly intend with skinning?