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.

This week we have an Elachi outpost. Notice how the updated lighting adds a new level of form and depth to both the characters and their eerie environment. The ominous effects give our Elachi outpost a new and unsettling atmosphere.

Stay tuned to next week for even more screenshots!




.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/9964153-star-trek-online%3A-weekly-before-and-after