HomeNewsFeaturesLicensingDownloadsScreenshotsFAQRoadmap Contact Us
Search:
7 Online

Community

Discussion Topics Recent Postings User Contributions General Articles Example Documentation Credits

Licensed Developer

Programmer's Manual Artists Manual Tutorials and Articles

Programming: Game Code

Game Code Overview Server Side Game Code Client Side Game Code

Programming: System

Alphabetical Function List Renderer File System Collision & Ray Casting Low Level Audio Game Audio The Console Console Variable List Multiplayer Localisation Maths Library Memory Manager Model File Formats Texture Formats

Art: Overviews

Specifications Shaders Particle Systems Lens Flares Cipher console Cipher file types Tutorials Reference

Art: Tools

Shader Designer Particle Designer 3dsmax tools Model Conversion Font Generator

Cipher Engine
Game Development Search Engine
GameDev.net
You are not signed in - [sign in] [register]

Chaos Generator

Submitted by: falcon13efx
Date Submitted: 2005-04-01 19:30:44

Screenshot

Chaos Generator

Description

This picture shows some new effects.

I added a chaotic generator and some filters for wave functions. Cool? Yah. I am glad I wasted my life doing DSP..

I was playing with parallax bump mapping when I discovered a use for chaos. The statue is parallax bump mapped. It was the only texture I could find that showed the effect off well.

chaotic generator formula:
s = pow(2.0, 1 + fabs(last))*result*(1-result)
last = result

So it forms a recursive filter sort of like an IIR.

As you can see, the chaos generator can make cool flame effects.

Oh yah, I uploaded some fast math funcs, but be wrned, if you are using a modern compiler it will generate intrinsics, which are always faster. They are primarily for older machines.

Have fun.

[Recent Contributions] [Recent Screenshots]

User Contributed Comments

Mickael 13th May, 2005 16:35
WOW gg i like this ^^




Register and Sign In to discuss this article