events
The playing surfaces of sporting fields become enormous screens using multiple large-format projectors. Proprietary 3D modelling is used to create high-quality panoramas that cover many thousands of square metres at television brightness levels.
Click here to return to Main Showcase page
Showcase Event Search Results:";
if(!$_POST){
echo "
Below are previews of all $event_page events by the THE ELECTRIC CANVAS. Follow the links from these previews to view full project page.
";
echo "Use the form to your left to narrow the search.
";
}
else {
$msg = "
You searched for: ".$_POST['event_type']." Events";
if($_POST['job_year'] != '') {
$msg .= " in the year ". $_POST['job_year'] ."";
}
if($_POST['job_technology'] != '') {
$msg .= " using ". $_POST['job_technology']." technology";
}
if($_POST['job_region'] != '') {
$msg .= " in ". $_POST['job_region']."";
}
$msg .= ".";
echo $msg . "
";
}
?>