scene.org File Archive

File download

<root>­/­demos­/­compos­/­gp2x_demo_06/cubeeffects.zip

File size:
23 004 bytes (22.46K)
File date:
2017-10-06 14:36:29
Download count:
all-time: 129

Preview

  • CubeEffects/CubeEffects.gpe 40.61K
  • CubeEffects/file_id.diz 1.29K

file_id.diz

Cube Effects Demo by Tristan 'Twixn' Dean
email: twixn 'AT' twixn.com 
website: http://www.twixn.com



The Cube Effects demo is a simple spinning 3D cube with
a variety of texture and post processing effects.

The demo will cycle through each 'texture' with each post
processing effect. The demo will exit by itself when every
combination has been shown.



The 'Texture' Effects include (in order of appearance):

None (ie, solid colours)
Stone Brick
House Brick
Grass
Dirt
Colourful 'Plasma'
Dynamic rippling water (texture is updated in real time)
And lastly, Render to Texture (the solid colour cube is drawn to an 
offscreen buffer which is used as a texture)



The Post-Processing effects include
(These effects are simply applied to the whole screen after
the cube has been rendered, some can be quite slow):

Normal
Slight Blur
Motion Blur
SineWave
Negative
Black&White
Night Vision
Puddle



Other Things to note:

The Demo will output to a Log (log.txt) in the same directory as the
gpe, contains little usable information.

The Start button will exit the demo, there is no other input besides
from that.

All textures are procedural, in order to keep the size under
64k each texture was either generated at the start of the demo,
or is dynamically generated in real time.

Not bad for two weeks of work aye? :P