A blend4web project with first person controls, no flying, and a locked pointer to look around without drag'n'drop.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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. }