Back

Frontline

by Akey
If the speed bandwidth is low, please try it in a better network
Evaluation example by Beacon Action and tracking camera implemented in the latest version of WEB-XR.studio (2021/05/21).

Expressions that are common in games.
You can move the soldier by clicking on the ground.
Turn by dragging left and right. Change the height by dragging up and down.

While Beacon Action is running, a beacon is placed at the click point and the specified target object moves with respect to the beacon.
ScriptBoard > Action Category > Beacon Action

In addition, the tracking camera is a newly added camera type, which is a function that keeps pointing the camera at the specified target and moves the camera itself when the target object is separated by a specified distance or more.
Action Category > CameraWorks > Type (Camera) > Chasing
Embed this 3D into your website
<html>
    <head>
        <!-- API in head tag -->
        <script src="https://web-xr.studio/jp/api"></script>
    </head>
    <body>
        <!-- Put this embed tag into anywhere in a body tag -->
        <div class="xr-studio" data-id="985" data-option=""></div>
    </body>
</html>
API for more details, please click here.