diff options
Diffstat (limited to 'o3d/samples/interactive_samples.js')
-rw-r--r-- | o3d/samples/interactive_samples.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/o3d/samples/interactive_samples.js b/o3d/samples/interactive_samples.js index d5e818d..eb30c85 100644 --- a/o3d/samples/interactive_samples.js +++ b/o3d/samples/interactive_samples.js @@ -29,6 +29,12 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +// From here on down, please keep the format consistent. This file +// will be read by the split_samples.py script to determine which files +// will be split, and it reads all lines below "var codeArray = [" as +// a python list, which just happens to match the syntax of a +// javascript list, so please don't violate that assumption. +// Leave this next line as it is... var codeArray = [ { 'category': 'Basic', |