Skip to content

Commit

Permalink
pre v4 bolero publish video adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
sjcobb committed Aug 14, 2019
1 parent b7b515a commit ea0f0a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/js/InstrumentMappings.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ export default class InstrumentMappings {
},
tomHigh: {
ballDesc: 'T',
color: '#800080', //purple
// color: '#800080', //purple
color: '#006400', //dkgreen
keyInput: '7',
note: 'C',
octave: 2,
Expand Down
10 changes: 6 additions & 4 deletions src/js/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
import { FlyControls } from 'three/examples/jsm/controls/FlyControls.js';

export default {
activeInstrColor: '#9F532A', //red
// activeInstrColor: '#9F532A', //ltred
// activeInstrColor: '#800000', //dkred
activeInstrColor: '#8F0000', //medred
// activeInstrColor: '#0018F9', //music wheel I blue
autoScroll: true,
autoStart: false,
autoStart: true,
autoStartTime: 9000,
camera: new THREE.PerspectiveCamera(40, window.innerWidth / window.innerHeight, 0.1, 1000),
cameraPositionBehind: true,
// cameraLookUp: true,
cameraLookUp: false,
cameraLookUp: true,
// cameraLookUp: false,
clock: new THREE.Clock(),
configColorAnimate: true,
controls: '',
Expand Down

0 comments on commit ea0f0a7

Please sign in to comment.