0.1.21 • Published 6 years ago

vrconcert v0.1.21

Weekly downloads
1
License
MIT
Repository
github
Last release
6 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

6 years ago

0.1.20

6 years ago

0.1.19

7 years ago

0.1.18

7 years ago

0.1.17

7 years ago

0.1.16

7 years ago

0.1.15

7 years ago

0.1.14

7 years ago

0.1.13

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago