This is a documentation for Board Game Arena: play board games online !

3D

Từ Board Game Arena
Phiên bản vào lúc 11:19, ngày 20 tháng 6 năm 2017 của Sourisdudesert (thảo luận | đóng góp) (Created page with " = Overview = Board Game Arena is using CSS 3D features to provide a basic 3D view of the games. This is not a "100% real" 3D as this is very difficult to play with real 3D ...")
(khác) ← Phiên bản cũ | Phiên bản mới nhất (khác) | Phiên bản mới → (khác)
Bước tới điều hướng Bước tới tìm kiếm

Overview

Board Game Arena is using CSS 3D features to provide a basic 3D view of the games.

This is not a "100% real" 3D as this is very difficult to play with real 3D model with CSS, but most of the time it provides a satisfying 3D view of the game.

The objective of 3D is to provide a nice view of the game : 90% of the time, 3D is more suitable for playing. So we don't force developers to make sure games can be played in 3D : this is just a "bonus".

Enabling 3D

3D is enabled by default for your game.

You can click on the "3D" button at the top right and see your game in 3D.

If you don't want to allow players to use 3D with your game, you can add this to you "gameinfos.inc.php" file :

'enable_3d' => false,

Detecting 3D