0.1.21 • Published 4 years ago

vrconcert v0.1.21

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

VRConcert

A tool to create VR performances/concerts/videos

Pack your videos and audio

Create scenery

  • See example scenery: stage_duo.blend
  • Name your performance video planes: 'Performance1', 'Performance_2', 'PerformanceOFFSET', etc...
  • Name the meshes you want to scale with the analyser bands: 'Band1', 'Band_2_Y', 'Band_3_XYZ', 'BandBAND_AXIS' etc...
  • Name your VR translocable planes: 'Floor_1', 'Floor_2', 'Floor_3', etc...
  • Name the audience meshes: 'AudienceMesh_60', 'Audience_Mesh_40', 'Audience_MeshWEIGHT', etc...
  • Name the audience planes: 'Audience_1', 'Audience_2', 'Audience_3', etc...
  • Create an empty mesh named: 'TrackTitle' and position it where you want the track title to render.

Put it all together

import VRConcert from 'https://unpkg.com/vrconcert';

VRConcert({
  mount: document.getElementById('mount'),
  performances: {
    chromakey: '#00d800',
    members: 2,
    tracklist: [
      {
        title: 'A Performance',
        video: 'track01_packed.webm',
      },
      {
        title: 'Another Performance',
        video: 'track02_packed.webm',
      },
    ],
  },
  scenery: 'scenery.glb',
});

Live examples

0.1.21

4 years ago

0.1.20

4 years ago

0.1.19

5 years ago

0.1.18

5 years ago

0.1.17

5 years ago

0.1.16

5 years ago

0.1.15

5 years ago

0.1.14

5 years ago

0.1.13

5 years ago

0.1.12

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago