Virtual
A virtual object is an entity that exists within a simulated or virtual environment, typically represented by two- or three-dimensional graphics. It can be experienced by human senses, such as sight, hearing, or touch, through the use of specialized hardware and software, such as virtual reality (VR) or augmented reality (AR) systems. Virtual objects often mimic the properties and behaviors of their physical counterparts but are not constrained by the same physical laws, allowing for greater flexibility and creativity in their design and function. They can be interacted with, manipulated, or modified within the virtual environment, and their existence depends on the underlying virtual or simulation system. Virtual objects can include avatars, 3D models, virtual landscapes, or any other element within a virtual world.
Data structure
| Field | Type | Description | Mandatory | Reference |
|---|---|---|---|---|
| dimensions | Dimension | Virtual dimensions of an object | Yes | |
| platform | String | Platform that is behind the object | Yes |
Example
"virtual":{
"dimensions": {
"width":10.3,
"height": 8.6,
"depth": 9.1,
"unit": "meters"
},
"platform":"NEX"
}