Skip to content

meeting hall #5758

@lahariammu491-stack

Description

@lahariammu491-stack
<title>Conference Hall</title> <script src="https://aframe.io/releases/1.7.0/aframe.min.js"></script>
  <!-- Conference Table -->
  <a-box position="0 1 -5" depth="3" height="0.2" width="10" color="#8D6E63"></a-box>

  <!-- Chairs around the table (10 total) -->
  <!-- Left side (5 chairs) -->
  <a-box position="-4 0.5 -4" depth="1" height="1" width="1" color="#333"></a-box>
  <a-box position="-2 0.5 -4" depth="1" height="1" width="1" color="#333"></a-box>
  <a-box position="0 0.5 -4"  depth="1" height="1" width="1" color="#333"></a-box>
  <a-box position="2 0.5 -4"  depth="1" height="1" width="1" color="#333"></a-box>
  <a-box position="4 0.5 -4"  depth="1" height="1" width="1" color="#333"></a-box>

  <!-- Right side (5 chairs) -->
  <a-box position="-4 0.5 -6" depth="1" height="1" width="1" color="#333"></a-box>
  <a-box position="-2 0.5 -6" depth="1" height="1" width="1" color="#333"></a-box>
  <a-box position="0 0.5 -6"  depth="1" height="1" width="1" color="#333"></a-box>
  <a-box position="2 0.5 -6"  depth="1" height="1" width="1" color="#333"></a-box>
  <a-box position="4 0.5 -6"  depth="1" height="1" width="1" color="#333"></a-box>

  <!-- People (10 total, simple avatars: head + body) -->
  <!-- 6 Male (blue shirts) -->
  <a-sphere position="-4 1.6 -4" radius="0.3" color="#FFDAB9"></a-sphere>
  <a-box position="-4 1 -4" depth="0.6" height="1" width="0.6" color="#1E88E5"></a-box>

  <a-sphere position="-2 1.6 -4" radius="0.3" color="#FFDAB9"></a-sphere>
  <a-box position="-2 1 -4" depth="0.6" height="1" width="0.6" color="#1E88E5"></a-box>

  <a-sphere position="0 1.6 -4" radius="0.3" color="#FFDAB9"></a-sphere>
  <a-box position="0 1 -4" depth="0.6" height="1" width="0.6" color="#1E88E5"></a-box>

  <a-sphere position="2 1.6 -4" radius="0.3" color="#FFDAB9"></a-sphere>
  <a-box position="2 1 -4" depth="0.6" height="1" width="0.6" color="#1E88E5"></a-box>

  <a-sphere position="4 1.6 -6" radius="0.3" color="#FFDAB9"></a-sphere>
  <a-box position="4 1 -6" depth="0.6" height="1" width="0.6" color="#1E88E5"></a-box>

  <a-sphere position="-4 1.6 -6" radius="0.3" color="#FFDAB9"></a-sphere>
  <a-box position="-4 1 -6" depth="0.6" height="1" width="0.6" color="#1E88E5"></a-box>

  <!-- 4 Female (pink shirts) -->
  <a-sphere position="-2 1.6 -6" radius="0.3" color="#FFE0BD"></a-sphere>
  <a-box position="-2 1 -6" depth="0.6" height="1" width="0.6" color="#E91E63"></a-box>

  <a-sphere position="0 1.6 -6" radius="0.3" color="#FFE0BD"></a-sphere>
  <a-box position="0 1 -6" depth="0.6" height="1" width="0.6" color="#E91E63"></a-box>

  <a-sphere position="2 1.6 -6" radius="0.3" color="#FFE0BD"></a-sphere>
  <a-box position="2 1 -6" depth="0.6" height="1" width="0.6" color="#E91E63"></a-box>

  <a-sphere position="4 1.6 -4" radius="0.3" color="#FFE0BD"></a-sphere>
  <a-box position="4 1 -4" depth="0.6" height="1" width="0.6" color="#E91E63"></a-box>

  <!-- Files (flat rectangles on table) -->
  <a-box position="-3 1.1 -5" depth="0.05" height="0.2" width="0.3" color="#FFD700"></a-box>
  <a-box position="0 1.1 -5" depth="0.05" height="0.2" width="0.3" color="#FFD700"></a-box>
  <a-box position="3 1.1 -5" depth="0.05" height="0.2" width="0.3" color="#FFD700"></a-box>

  <!-- Water Bottles (cylinder + small sphere) -->
  <a-cylinder position="-2 1.2 -5" radius="0.1" height="0.5" color="#2196F3"></a-cylinder>
  <a-sphere position="-2 1.5 -5" radius="0.1" color="#90CAF9"></a-sphere>

  <a-cylinder position="2 1.2 -5" radius="0.1" height="0.5" color="#2196F3"></a-cylinder>
  <a-sphere position="2 1.5 -5" radius="0.1" color="#90CAF9"></a-sphere>

  <!-- Lights -->
  <a-entity light="type: ambient; color: #FFF; intensity: 0.6"></a-entity>
  <a-entity light="type: point; intensity: 1.2; distance: 20; decay: 2" position="0 6 -5"></a-entity>

  <!-- Camera -->
  <a-entity position="0 1.6 2">
    <a-camera></a-camera>
  </a-entity>
</a-scene>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions