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

6 years ago

0.1.18

6 years ago

0.1.17

6 years ago

0.1.16

6 years ago

0.1.15

6 years ago

0.1.14

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago