A blend4web project with first person controls, no flying, and a locked pointer to look around without drag'n'drop.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

preset.css 174B

12345678910111213
  1. body {
  2. background-color: #000;
  3. margin: 0;
  4. overflow: hidden;
  5. }
  6. #main_canvas_container {
  7. position: absolute;
  8. left: 0px;
  9. top: 0px;
  10. width: 100%;
  11. height: 100%;
  12. }