Starfleet/Klingon Strike Group

Full Version: STO/Cryptic:Star Trek Online: Weekly Before And After
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Cryptic

Star Trek Online: Weekly Before And After







With Star Trek Online coming to console this fall, we're adding in a host of new lighting technologies significantly improving the visual quality of the game. Our deferred lighting, light probes, and improvements to our High Dynamic Range system help provide a more realistic lighting. With these new changes coming, every week we will post a before and after shot showcasing an area of the game so that you can see the progress that the team is making in updating the game’s graphics and lighting.

The shuttle bay at Earth Space Dock comes alive with color as the warm sunlight pours in through the bay doors, creating a nice contrast with the cool blue of the force fields. 

 
.before_after_slider img {
max-width: none;
}

.before_after_slider {
position: relative;
width: 100%;
overflow: hidden;

}
.before {
position: absolute;
z-index: 2;
overflow: hidden;
}



var $before = $('.before'),
$after = $('.after');
img_width = $('.before img').width(),
init_split = Math.round(img_width/2);

$before.width(init_split);


$('.before_after_slider').mousemove(function(e){
var offX = (e.offsetX || e.clientX - $before.offset().left);
$before.width(offX)
});

var doResize = function doResize() {
var width = $('.before_after_slider').outerWidth();
$after.find('img').width(width);
$before.find('img').width(width);
};

// On init, check resize;
doResize();
$(window).on('resize', doResize);



/en/games/star-trek-online/news/detail/10025363-star-trek-online%3A-weekly-before-and-after