Skip to content

Instantly share code, notes, and snippets.

@gidili
Created July 9, 2015 11:18
Show Gist options
  • Save gidili/daa1fa0bd3d3f5f952a9 to your computer and use it in GitHub Desktop.
Save gidili/daa1fa0bd3d3f5f952a9 to your computer and use it in GitHub Desktop.
wormsim components
define(function(require) {
require('jsx!./dev/customrenderer/AnimationCustomRenderer');
require('jsx!./dev/wormsimlogo/wormsimLogo');
//require('jsx!./dev/save/SaveControl');
//require('jsx!./dev/home/HomeControl');
require('jsx!./dev/wormsimsimulationcontrols/ExperimentControls');
//require('jsx!./dev/simulationcontrols/ExperimentControls');
require('jsx!./dev/cameracontrols/CameraControls');
//require('jsx!./dev/tutorial/IntroModal');
//require('jsx!./dev/logo/logo');
//require('jsx!./dev/share/share');
//require('jsx!./dev/contact/contact');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment