Initial Commit: 3D Project - 1 - Code - Mouse Down (lk2jloto7x.js)

beta.r3js.org
www-data 2019-10-28 10:49:36 +01:00
parent 011c0af240
commit 29bd9515c1
1 changed files with 26 additions and 0 deletions

26
lk2jloto7x.js Normal file
View File

@ -0,0 +1,26 @@
var project = this.getParentProject();
if (!project || !project.loaded) {
return;
}
/**
* Ignore events which don't belong to my project
*/
if (project !== data.project) {
return;
}
if (!this.initialized) {
/**
* Set some initialization code here
*/
this.initialized = true;
}
return null;
//@ sourceURL=3d_project_1_code_mouse_down.js