top of page
Search

Let's talk 3d models!

  • Writer: Bojana Milenkovic
    Bojana Milenkovic
  • May 26, 2021
  • 1 min read

One of the biggest things that we heavily debated in our upcoming project was how we planned to really immerse you into the look and feel in the realm of [REDACTED]. That's why we spent so much time coming up with character mock ups and ideas.


In [REDACTED] you get to create your character the way YOU want. There's no gender locking, plenty of hair options, and most importantly- If you want to be THICCC you can be just that.


We supply the world. You build the fantasy.


 
 
 

留言


BE AN EXCLUSIVE AETHERIAN SUPPORTER AND RECEIVE  NEWS AND UPDATES TO YOUR EMAIL

Thanks for submitting!

  • Facebook
  • Instagram
  • YouTube

©2022 Aetherian Studios©

bottom of page
var animateButton = function(e) { e.preventDefault; //reset animation e.target.classList.remove('animate'); e.target.classList.add('animate'); setTimeout(function(){ e.target.classList.remove('animate'); },700); }; var bubblyButtons = document.getElementsByClassName("bubbly-button"); for (var i = 0; i < bubblyButtons.length; i++) { bubblyButtons[i].addEventListener('click', animateButton, false); }