mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
62 lines
2.9 KiB
TypeScript
62 lines
2.9 KiB
TypeScript
/*
|
|
The MIT License
|
|
|
|
Copyright (c) 2010-2013 three.js authors
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in
|
|
all copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
THE SOFTWARE.
|
|
*/
|
|
|
|
/// <reference path="./tests/math/test_unit_math.ts" />
|
|
|
|
// webGL renderer test.
|
|
/// <reference path="./tests/webgl/webgl_animation_cloth.ts" />
|
|
/// <reference path="./tests/webgl/webgl_animation_skinning_morph.ts" />
|
|
/// <reference path="./tests/webgl/webgl_buffergeometry.ts" />
|
|
/// <reference path="./tests/webgl/webgl_camera.ts" />
|
|
/// <reference path="./tests/webgl/webgl_custom_attributes.ts" />
|
|
/// <reference path="./tests/webgl/webgl_geometries.ts" />
|
|
/// <reference path="./tests/webgl/webgl_helpers.ts" />
|
|
/// <reference path="./tests/webgl/webgl_interactive_cubes.ts" />
|
|
/// <reference path="./tests/webgl/webgl_interactive_raycasting_pointcloud.ts" />
|
|
/// <reference path="./tests/webgl/webgl_lensflares.ts" />
|
|
/// <reference path="./tests/webgl/webgl_lights_heimsphere.ts" />
|
|
/// <reference path="./tests/webgl/webgl_lines_colors.ts" />
|
|
/// <reference path="./tests/webgl/webgl_loader_awd.ts" />
|
|
/// <reference path="./tests/webgl/webgl_materials.ts" />
|
|
/// <reference path="./tests/webgl/webgl_morphtargets.ts" />
|
|
/// <reference path="./tests/webgl/webgl_particles_billboards.ts" />
|
|
/// <reference path="./tests/webgl/webgl_postprocessing.ts" />
|
|
/// <reference path="./tests/webgl/webgl_shader.ts" />
|
|
/// <reference path="./tests/webgl/webgl_sprites.ts" />
|
|
|
|
// css3d renderer test.
|
|
/// <reference path="./tests/css3d/css3d_periodictable.ts" />
|
|
/// <reference path="./tests/css3d/css3d_sprites.ts" />
|
|
|
|
// canvas renderer test.
|
|
/// <reference path="./tests/canvas/canvas_camera_orthographic.ts" />
|
|
/// <reference path="./tests/canvas/canvas_geometry_cube.ts" />
|
|
/// <reference path="./tests/canvas/canvas_interactive_cubes_tween.ts" />
|
|
/// <reference path="./tests/canvas/canvas_lights_pointlights.ts" />
|
|
/// <reference path="./tests/canvas/canvas_materials.ts" />
|
|
/// <reference path="./tests/canvas/canvas_particles_floor.ts" />
|
|
|
|
// examples test.
|
|
/// <reference path="./tests/examples/detector.ts" />
|