Sunday, January 9, 2011
Poster Design
Artist Impression Video of Holosic done in flash and then converted to AVI format. That explains the degraded quality of the video and audio.
Budget
Budget List
Chemicals : RM47
Wood etc.(Hardware): RM186
Samsung 23inch Wide LED Monitor: RM749
Transparent Glass: RM72
Transportation: RM160
Kworld Multimedia Converter: RM259
Touchsmart PC: Self Sponsor
Total: RM1473
Software List
Google Sketch, Photoshop CS2, Windows Media Player, Whitecap, Text Editor
Chemicals : RM47
Wood etc.(Hardware): RM186
Samsung 23inch Wide LED Monitor: RM749
Transparent Glass: RM72
Transportation: RM160
Kworld Multimedia Converter: RM259
Touchsmart PC: Self Sponsor
Total: RM1473
Software List
Google Sketch, Photoshop CS2, Windows Media Player, Whitecap, Text Editor
Tuesday, January 4, 2011
New prototype design.
Sunday, January 2, 2011
Scripting for Whitecap
These are the scripting that I have edited to suit my holographic display installation preference. They were edited directly from whitecap's boot file.
I have reduced the opacity of the background so that it would just stay black.:
// WhiteCap specific prefs...
SetPref( "WaveShape.Transition.Duration", 14 );
SetPref( "Background.Opacity", 0.0 );
SetPref( "Background.Transition.Duration", 5 );
SetPref( "ColorScheme.Transition.Duration", 10 );
Scripting for whitecap in windows media player:
#elif WMP || WMC
SetPref( PREF_FFT_FADE_AWAY, .3 );
SetPref( PREF_FFT_SMOOTH, .007 );
SetPref( PREF_FFT_BIN_START, 24 );
SetPref( PREF_FFT_BIN_RANGE, 2 );
SetPref( PREF_FFT_FADE_AWAY, .5 );
//SetPref( PREF_FFT_MAP_FCN, "2.4 * atan( ( .0045 * (pos(x-85) + .2 * x ) )^1.5)" );
//SetPref( PREF_FFT_MAP_FCN, ".7 * atan( ( .019 * pos( x - 40 ) + .003 * pos( x - 20 ) ) )" ); // 4.6.1
SetPref( PREF_FFT_MAP_FCN, "1.4 * atan( .017 * pos( x - 36 ) + .003 * pos( x - 27 ) )" );
I have reduced the opacity of the background so that it would just stay black.:
// WhiteCap specific prefs...
SetPref( "WaveShape.Transition.Duration", 14 );
SetPref( "Background.Opacity", 0.0 );
SetPref( "Background.Transition.Duration", 5 );
SetPref( "ColorScheme.Transition.Duration", 10 );
Scripting for whitecap in windows media player:
#elif WMP || WMC
SetPref( PREF_FFT_FADE_AWAY, .3 );
SetPref( PREF_FFT_SMOOTH, .007 );
SetPref( PREF_FFT_BIN_START, 24 );
SetPref( PREF_FFT_BIN_RANGE, 2 );
SetPref( PREF_FFT_FADE_AWAY, .5 );
//SetPref( PREF_FFT_MAP_FCN, "2.4 * atan( ( .0045 * (pos(x-85) + .2 * x ) )^1.5)" );
//SetPref( PREF_FFT_MAP_FCN, ".7 * atan( ( .019 * pos( x - 40 ) + .003 * pos( x - 20 ) ) )" ); // 4.6.1
SetPref( PREF_FFT_MAP_FCN, "1.4 * atan( .017 * pos( x - 36 ) + .003 * pos( x - 27 ) )" );
Subscribe to:
Posts (Atom)