This is a library which can be used to create 3d virtual rooms without jquery or flash by including the following:
<link rel="stylesheet" href="https://codepen.io/arianalynn/pen/RaapGE.css"/>
<script src="https://codepen.io/arianalynn/pen/RaapGE.js"></script>


And adding the code below to your html: (to add items such as wallpaper and tiles, refer to the code in the codepen editor - all elements can be added in the .holder div)
<div class="h">
<div class="holder">
<!-- BASE -->
<div class='base'></div>
<div class='ba'></div>    <!-- left side -->
<div class='bb'></div>    <!-- right side -->
<div class='wa'></div>    <!-- wall one -->
<div class='wb'></div>    <!-- wall two -->
</div>
</div>
CLOSET