-
Notifications
You must be signed in to change notification settings - Fork 15
Description
I follow this guide
http://away3d.com/tutorials/Away3D_TypeScript_-_Getting_Started
but when i run "tsc src/TorusPrimitive.ts --sourcemap --out bin/js/TorusPrimitive.js"
I got a lot of errors.
I have try this on windows( tsc 1.0.0.0) and linux(tsc 0.9.7.0)
get the same error information
~/src/away3d-examples-ts-master$ tsc src/TorusPrimitive.ts --sourcemap --out bin/js/TorusPrimitive.js
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(2,2): error TS2000: Duplicate identifier 'alpha'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12476,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(3,2): error TS2000: Duplicate identifier 'depth'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12477,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(4,2): error TS2000: Duplicate identifier 'stencil'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12478,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(5,2): error TS2000: Duplicate identifier 'antialias'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12479,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(6,2): error TS2000: Duplicate identifier 'premultipliedAlpha'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12480,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(43,2): error TS2000: Duplicate identifier 'size'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12459,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(44,2): error TS2000: Duplicate identifier 'type'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12458,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(45,2): error TS2000: Duplicate identifier 'name'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12457,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(49,2): error TS2000: Duplicate identifier 'DEPTH_BUFFER_BIT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12739,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(50,2): error TS2000: Duplicate identifier 'STENCIL_BUFFER_BIT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12630,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(51,2): error TS2000: Duplicate identifier 'COLOR_BUFFER_BIT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12737,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(52,2): error TS2000: Duplicate identifier 'POINTS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12638,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(53,2): error TS2000: Duplicate identifier 'LINES'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12847,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(54,2): error TS2000: Duplicate identifier 'LINE_LOOP'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12707,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(55,2): error TS2000: Duplicate identifier 'LINE_STRIP'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12808,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(56,2): error TS2000: Duplicate identifier 'TRIANGLES'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12814,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(57,2): error TS2000: Duplicate identifier 'TRIANGLE_STRIP'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12803,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(58,2): error TS2000: Duplicate identifier 'TRIANGLE_FAN'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12844,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(59,2): error TS2000: Duplicate identifier 'ZERO'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12718,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(60,2): error TS2000: Duplicate identifier 'ONE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12863,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(61,2): error TS2000: Duplicate identifier 'SRC_COLOR'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12829,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(62,2): error TS2000: Duplicate identifier 'ONE_MINUS_SRC_COLOR'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12712,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(63,2): error TS2000: Duplicate identifier 'SRC_ALPHA'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12875,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(64,2): error TS2000: Duplicate identifier 'ONE_MINUS_SRC_ALPHA'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12673,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(65,2): error TS2000: Duplicate identifier 'DST_ALPHA'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12662,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(66,2): error TS2000: Duplicate identifier 'ONE_MINUS_DST_ALPHA'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12768,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(67,2): error TS2000: Duplicate identifier 'DST_COLOR'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12779,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(68,2): error TS2000: Duplicate identifier 'ONE_MINUS_DST_COLOR'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12746,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(69,2): error TS2000: Duplicate identifier 'SRC_ALPHA_SATURATE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12905,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(70,2): error TS2000: Duplicate identifier 'FUNC_ADD'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12822,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(71,2): error TS2000: Duplicate identifier 'BLEND_EQUATION'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12741,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(72,2): error TS2000: Duplicate identifier 'BLEND_EQUATION_RGB'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12663,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(73,2): error TS2000: Duplicate identifier 'BLEND_EQUATION_ALPHA'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12736,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(74,2): error TS2000: Duplicate identifier 'FUNC_SUBTRACT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12765,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(75,2): error TS2000: Duplicate identifier 'FUNC_REVERSE_SUBTRACT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12878,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(76,2): error TS2000: Duplicate identifier 'BLEND_DST_RGB'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12831,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(77,2): error TS2000: Duplicate identifier 'BLEND_SRC_RGB'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12916,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(78,2): error TS2000: Duplicate identifier 'BLEND_DST_ALPHA'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12766,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(79,2): error TS2000: Duplicate identifier 'BLEND_SRC_ALPHA'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12824,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(80,2): error TS2000: Duplicate identifier 'CONSTANT_COLOR'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12636,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(81,2): error TS2000: Duplicate identifier 'ONE_MINUS_CONSTANT_COLOR'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12672,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(82,2): error TS2000: Duplicate identifier 'CONSTANT_ALPHA'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12687,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(83,2): error TS2000: Duplicate identifier 'ONE_MINUS_CONSTANT_ALPHA'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12642,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(84,2): error TS2000: Duplicate identifier 'BLEND_COLOR'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12657,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(85,2): error TS2000: Duplicate identifier 'ARRAY_BUFFER'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12890,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(86,2): error TS2000: Duplicate identifier 'ELEMENT_ARRAY_BUFFER'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12854,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(87,2): error TS2000: Duplicate identifier 'ARRAY_BUFFER_BINDING'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12648,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(88,2): error TS2000: Duplicate identifier 'ELEMENT_ARRAY_BUFFER_BINDING'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12889,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(89,2): error TS2000: Duplicate identifier 'STREAM_DRAW'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12841,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(90,2): error TS2000: Duplicate identifier 'STATIC_DRAW'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12865,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(91,2): error TS2000: Duplicate identifier 'DYNAMIC_DRAW'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12838,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(92,2): error TS2000: Duplicate identifier 'BUFFER_SIZE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12789,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(93,2): error TS2000: Duplicate identifier 'BUFFER_USAGE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12906,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(94,2): error TS2000: Duplicate identifier 'CURRENT_VERTEX_ATTRIB'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12896,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(95,2): error TS2000: Duplicate identifier 'FRONT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12693,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(96,2): error TS2000: Duplicate identifier 'BACK'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12643,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(97,2): error TS2000: Duplicate identifier 'FRONT_AND_BACK'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12686,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(98,2): error TS2000: Duplicate identifier 'TEXTURE_2D'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12778,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(99,2): error TS2000: Duplicate identifier 'CULL_FACE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12690,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(100,2): error TS2000: Duplicate identifier 'BLEND'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12646,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(101,2): error TS2000: Duplicate identifier 'DITHER'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12635,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(102,2): error TS2000: Duplicate identifier 'STENCIL_TEST'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12862,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(103,2): error TS2000: Duplicate identifier 'DEPTH_TEST'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12772,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(104,2): error TS2000: Duplicate identifier 'SCISSOR_TEST'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12807,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(105,2): error TS2000: Duplicate identifier 'POLYGON_OFFSET_FILL'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12837,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(106,2): error TS2000: Duplicate identifier 'SAMPLE_ALPHA_TO_COVERAGE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12750,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(107,2): error TS2000: Duplicate identifier 'SAMPLE_COVERAGE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12720,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(108,2): error TS2000: Duplicate identifier 'NO_ERROR'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12858,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(109,2): error TS2000: Duplicate identifier 'INVALID_ENUM'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12806,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(110,2): error TS2000: Duplicate identifier 'INVALID_VALUE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12670,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(111,2): error TS2000: Duplicate identifier 'INVALID_OPERATION'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12848,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(112,2): error TS2000: Duplicate identifier 'OUT_OF_MEMORY'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12702,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(113,2): error TS2000: Duplicate identifier 'CW'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12785,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(114,2): error TS2000: Duplicate identifier 'CCW'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12751,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(115,2): error TS2000: Duplicate identifier 'LINE_WIDTH'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12915,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(116,2): error TS2000: Duplicate identifier 'ALIASED_POINT_SIZE_RANGE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12660,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(117,2): error TS2000: Duplicate identifier 'ALIASED_LINE_WIDTH_RANGE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12691,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(118,2): error TS2000: Duplicate identifier 'CULL_FACE_MODE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12872,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(119,2): error TS2000: Duplicate identifier 'FRONT_FACE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12749,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(120,2): error TS2000: Duplicate identifier 'DEPTH_RANGE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12891,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(121,2): error TS2000: Duplicate identifier 'DEPTH_WRITEMASK'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12668,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(122,2): error TS2000: Duplicate identifier 'DEPTH_CLEAR_VALUE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12694,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(123,2): error TS2000: Duplicate identifier 'DEPTH_FUNC'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12624,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(124,2): error TS2000: Duplicate identifier 'STENCIL_CLEAR_VALUE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12740,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(125,2): error TS2000: Duplicate identifier 'STENCIL_FUNC'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12810,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(126,2): error TS2000: Duplicate identifier 'STENCIL_FAIL'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12823,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(127,2): error TS2000: Duplicate identifier 'STENCIL_PASS_DEPTH_FAIL'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12871,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(128,2): error TS2000: Duplicate identifier 'STENCIL_PASS_DEPTH_PASS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12897,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(129,2): error TS2000: Duplicate identifier 'STENCIL_REF'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12717,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(130,2): error TS2000: Duplicate identifier 'STENCIL_VALUE_MASK'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12888,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(131,2): error TS2000: Duplicate identifier 'STENCIL_WRITEMASK'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12659,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(132,2): error TS2000: Duplicate identifier 'STENCIL_BACK_FUNC'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12721,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(133,2): error TS2000: Duplicate identifier 'STENCIL_BACK_FAIL'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12729,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(134,2): error TS2000: Duplicate identifier 'STENCIL_BACK_PASS_DEPTH_FAIL'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12840,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(135,2): error TS2000: Duplicate identifier 'STENCIL_BACK_PASS_DEPTH_PASS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12706,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(136,2): error TS2000: Duplicate identifier 'STENCIL_BACK_REF'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12632,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(137,2): error TS2000: Duplicate identifier 'STENCIL_BACK_VALUE_MASK'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12816,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(138,2): error TS2000: Duplicate identifier 'STENCIL_BACK_WRITEMASK'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12874,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(139,2): error TS2000: Duplicate identifier 'VIEWPORT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12723,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(140,2): error TS2000: Duplicate identifier 'SCISSOR_BOX'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12684,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(141,2): error TS2000: Duplicate identifier 'COLOR_CLEAR_VALUE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12804,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(142,2): error TS2000: Duplicate identifier 'COLOR_WRITEMASK'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12726,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(143,2): error TS2000: Duplicate identifier 'UNPACK_ALIGNMENT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12845,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(144,2): error TS2000: Duplicate identifier 'PACK_ALIGNMENT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12869,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(145,2): error TS2000: Duplicate identifier 'MAX_TEXTURE_SIZE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12870,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(146,2): error TS2000: Duplicate identifier 'MAX_VIEWPORT_DIMS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12649,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(147,2): error TS2000: Duplicate identifier 'SUBPIXEL_BITS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12911,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(148,2): error TS2000: Duplicate identifier 'RED_BITS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12682,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(149,2): error TS2000: Duplicate identifier 'GREEN_BITS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12695,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(150,2): error TS2000: Duplicate identifier 'BLUE_BITS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12771,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(151,2): error TS2000: Duplicate identifier 'ALPHA_BITS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12826,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(152,2): error TS2000: Duplicate identifier 'DEPTH_BITS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12801,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(153,2): error TS2000: Duplicate identifier 'STENCIL_BITS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12724,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(154,2): error TS2000: Duplicate identifier 'POLYGON_OFFSET_UNITS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12704,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(155,2): error TS2000: Duplicate identifier 'POLYGON_OFFSET_FACTOR'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12776,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(156,2): error TS2000: Duplicate identifier 'TEXTURE_BINDING_2D'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12834,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(157,2): error TS2000: Duplicate identifier 'SAMPLE_BUFFERS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12790,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(158,2): error TS2000: Duplicate identifier 'SAMPLES'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12913,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(159,2): error TS2000: Duplicate identifier 'SAMPLE_COVERAGE_VALUE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12727,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(160,2): error TS2000: Duplicate identifier 'SAMPLE_COVERAGE_INVERT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12713,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(162,2): error TS2000: Duplicate identifier 'COMPRESSED_TEXTURE_FORMATS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12781,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(163,2): error TS2000: Duplicate identifier 'DONT_CARE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12714,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(164,2): error TS2000: Duplicate identifier 'FASTEST'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12658,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(165,2): error TS2000: Duplicate identifier 'NICEST'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12892,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(166,2): error TS2000: Duplicate identifier 'GENERATE_MIPMAP_HINT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12637,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(167,2): error TS2000: Duplicate identifier 'BYTE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12748,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(168,2): error TS2000: Duplicate identifier 'UNSIGNED_BYTE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12909,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(169,2): error TS2000: Duplicate identifier 'SHORT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12907,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(170,2): error TS2000: Duplicate identifier 'UNSIGNED_SHORT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12876,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(171,2): error TS2000: Duplicate identifier 'INT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12910,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(172,2): error TS2000: Duplicate identifier 'UNSIGNED_INT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12777,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(173,2): error TS2000: Duplicate identifier 'FLOAT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12725,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(174,2): error TS2000: Duplicate identifier 'DEPTH_COMPONENT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12679,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(175,2): error TS2000: Duplicate identifier 'ALPHA'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12676,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(176,2): error TS2000: Duplicate identifier 'RGB'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12900,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(177,2): error TS2000: Duplicate identifier 'RGBA'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12802,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(178,2): error TS2000: Duplicate identifier 'LUMINANCE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12758,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(179,2): error TS2000: Duplicate identifier 'LUMINANCE_ALPHA'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12784,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(180,2): error TS2000: Duplicate identifier 'UNSIGNED_SHORT_4_4_4_4'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12731,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(181,2): error TS2000: Duplicate identifier 'UNSIGNED_SHORT_5_5_5_1'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12800,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(182,2): error TS2000: Duplicate identifier 'UNSIGNED_SHORT_5_6_5'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12855,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(183,2): error TS2000: Duplicate identifier 'FRAGMENT_SHADER'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12914,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(184,2): error TS2000: Duplicate identifier 'VERTEX_SHADER'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12793,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(185,2): error TS2000: Duplicate identifier 'MAX_VERTEX_ATTRIBS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12753,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(186,2): error TS2000: Duplicate identifier 'MAX_VERTEX_UNIFORM_VECTORS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12678,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(187,2): error TS2000: Duplicate identifier 'MAX_VARYING_VECTORS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12830,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(188,2): error TS2000: Duplicate identifier 'MAX_COMBINED_TEXTURE_IMAGE_UNITS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12798,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(189,2): error TS2000: Duplicate identifier 'MAX_VERTEX_TEXTURE_IMAGE_UNITS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12754,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(190,2): error TS2000: Duplicate identifier 'MAX_TEXTURE_IMAGE_UNITS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12885,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(191,2): error TS2000: Duplicate identifier 'MAX_FRAGMENT_UNIFORM_VECTORS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12782,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(192,2): error TS2000: Duplicate identifier 'SHADER_TYPE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12836,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(193,2): error TS2000: Duplicate identifier 'DELETE_STATUS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12774,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(194,2): error TS2000: Duplicate identifier 'LINK_STATUS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12899,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(195,2): error TS2000: Duplicate identifier 'VALIDATE_STATUS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12761,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(196,2): error TS2000: Duplicate identifier 'ATTACHED_SHADERS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12859,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(197,2): error TS2000: Duplicate identifier 'ACTIVE_UNIFORMS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12856,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(199,2): error TS2000: Duplicate identifier 'ACTIVE_ATTRIBUTES'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12893,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(201,2): error TS2000: Duplicate identifier 'SHADING_LANGUAGE_VERSION'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12879,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(202,2): error TS2000: Duplicate identifier 'CURRENT_PROGRAM'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12846,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(203,2): error TS2000: Duplicate identifier 'NEVER'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12894,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(204,2): error TS2000: Duplicate identifier 'LESS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12769,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(205,2): error TS2000: Duplicate identifier 'EQUAL'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12880,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(206,2): error TS2000: Duplicate identifier 'LEQUAL'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12819,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(207,2): error TS2000: Duplicate identifier 'GREATER'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12759,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(208,2): error TS2000: Duplicate identifier 'NOTEQUAL'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12675,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(209,2): error TS2000: Duplicate identifier 'GEQUAL'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12866,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(210,2): error TS2000: Duplicate identifier 'ALWAYS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12735,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(211,2): error TS2000: Duplicate identifier 'KEEP'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12912,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(212,2): error TS2000: Duplicate identifier 'REPLACE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12626,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(213,2): error TS2000: Duplicate identifier 'INCR'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12796,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(214,2): error TS2000: Duplicate identifier 'DECR'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12639,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(215,2): error TS2000: Duplicate identifier 'INVERT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12898,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(216,2): error TS2000: Duplicate identifier 'INCR_WRAP'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12745,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(217,2): error TS2000: Duplicate identifier 'DECR_WRAP'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12719,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(218,2): error TS2000: Duplicate identifier 'VENDOR'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12685,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(219,2): error TS2000: Duplicate identifier 'RENDERER'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12631,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(220,2): error TS2000: Duplicate identifier 'VERSION'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12918,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(221,2): error TS2000: Duplicate identifier 'NEAREST'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12689,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(222,2): error TS2000: Duplicate identifier 'LINEAR'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12710,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(223,2): error TS2000: Duplicate identifier 'NEAREST_MIPMAP_NEAREST'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12665,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(224,2): error TS2000: Duplicate identifier 'LINEAR_MIPMAP_NEAREST'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12850,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(225,2): error TS2000: Duplicate identifier 'NEAREST_MIPMAP_LINEAR'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12743,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(226,2): error TS2000: Duplicate identifier 'LINEAR_MIPMAP_LINEAR'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12788,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(227,2): error TS2000: Duplicate identifier 'TEXTURE_MAG_FILTER'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12671,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(228,2): error TS2000: Duplicate identifier 'TEXTURE_MIN_FILTER'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12705,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(229,2): error TS2000: Duplicate identifier 'TEXTURE_WRAP_S'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12853,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(230,2): error TS2000: Duplicate identifier 'TEXTURE_WRAP_T'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12755,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(231,2): error TS2000: Duplicate identifier 'TEXTURE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12651,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(232,2): error TS2000: Duplicate identifier 'TEXTURE_CUBE_MAP'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12738,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(233,2): error TS2000: Duplicate identifier 'TEXTURE_BINDING_CUBE_MAP'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12832,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(234,2): error TS2000: Duplicate identifier 'TEXTURE_CUBE_MAP_POSITIVE_X'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12770,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(235,2): error TS2000: Duplicate identifier 'TEXTURE_CUBE_MAP_NEGATIVE_X'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12884,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(236,2): error TS2000: Duplicate identifier 'TEXTURE_CUBE_MAP_POSITIVE_Y'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12886,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(237,2): error TS2000: Duplicate identifier 'TEXTURE_CUBE_MAP_NEGATIVE_Y'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12728,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(238,2): error TS2000: Duplicate identifier 'TEXTURE_CUBE_MAP_POSITIVE_Z'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12674,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(239,2): error TS2000: Duplicate identifier 'TEXTURE_CUBE_MAP_NEGATIVE_Z'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12787,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(240,2): error TS2000: Duplicate identifier 'MAX_CUBE_MAP_TEXTURE_SIZE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12842,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(241,2): error TS2000: Duplicate identifier 'TEXTURE0'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12652,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(242,2): error TS2000: Duplicate identifier 'TEXTURE1'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12820,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(243,2): error TS2000: Duplicate identifier 'TEXTURE2'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12902,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(244,2): error TS2000: Duplicate identifier 'TEXTURE3'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12667,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(245,2): error TS2000: Duplicate identifier 'TEXTURE4'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12839,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(246,2): error TS2000: Duplicate identifier 'TEXTURE5'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12764,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(247,2): error TS2000: Duplicate identifier 'TEXTURE6'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12732,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(248,2): error TS2000: Duplicate identifier 'TEXTURE7'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12799,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(249,2): error TS2000: Duplicate identifier 'TEXTURE8'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12813,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(250,2): error TS2000: Duplicate identifier 'TEXTURE9'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12647,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(251,2): error TS2000: Duplicate identifier 'TEXTURE10'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12828,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(252,2): error TS2000: Duplicate identifier 'TEXTURE11'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12861,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(253,2): error TS2000: Duplicate identifier 'TEXTURE12'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12661,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(254,2): error TS2000: Duplicate identifier 'TEXTURE13'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12752,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(255,2): error TS2000: Duplicate identifier 'TEXTURE14'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12709,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(256,2): error TS2000: Duplicate identifier 'TEXTURE15'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12791,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(257,2): error TS2000: Duplicate identifier 'TEXTURE16'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12873,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(258,2): error TS2000: Duplicate identifier 'TEXTURE17'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12843,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(259,2): error TS2000: Duplicate identifier 'TEXTURE18'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12775,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(260,2): error TS2000: Duplicate identifier 'TEXTURE19'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12692,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(261,2): error TS2000: Duplicate identifier 'TEXTURE20'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12681,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(262,2): error TS2000: Duplicate identifier 'TEXTURE21'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12877,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(263,2): error TS2000: Duplicate identifier 'TEXTURE22'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12794,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(264,2): error TS2000: Duplicate identifier 'TEXTURE23'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12697,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(265,2): error TS2000: Duplicate identifier 'TEXTURE24'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12654,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(266,2): error TS2000: Duplicate identifier 'TEXTURE25'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12817,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(267,2): error TS2000: Duplicate identifier 'TEXTURE26'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12633,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(268,2): error TS2000: Duplicate identifier 'TEXTURE27'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12700,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(269,2): error TS2000: Duplicate identifier 'TEXTURE28'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12641,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(270,2): error TS2000: Duplicate identifier 'TEXTURE29'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12696,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(271,2): error TS2000: Duplicate identifier 'TEXTURE30'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12722,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(272,2): error TS2000: Duplicate identifier 'TEXTURE31'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12653,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(273,2): error TS2000: Duplicate identifier 'ACTIVE_TEXTURE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12792,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(274,2): error TS2000: Duplicate identifier 'REPEAT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12627,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(275,2): error TS2000: Duplicate identifier 'CLAMP_TO_EDGE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12851,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(276,2): error TS2000: Duplicate identifier 'MIRRORED_REPEAT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12703,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(277,2): error TS2000: Duplicate identifier 'FLOAT_VEC2'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12757,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(278,2): error TS2000: Duplicate identifier 'FLOAT_VEC3'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12857,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(279,2): error TS2000: Duplicate identifier 'FLOAT_VEC4'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12895,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(280,2): error TS2000: Duplicate identifier 'INT_VEC2'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12760,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(281,2): error TS2000: Duplicate identifier 'INT_VEC3'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12640,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(282,2): error TS2000: Duplicate identifier 'INT_VEC4'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12901,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(283,2): error TS2000: Duplicate identifier 'BOOL'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12825,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(284,2): error TS2000: Duplicate identifier 'BOOL_VEC2'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12701,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(285,2): error TS2000: Duplicate identifier 'BOOL_VEC3'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12882,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(286,2): error TS2000: Duplicate identifier 'BOOL_VEC4'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12867,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(287,2): error TS2000: Duplicate identifier 'FLOAT_MAT2'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12780,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(288,2): error TS2000: Duplicate identifier 'FLOAT_MAT3'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12708,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(289,2): error TS2000: Duplicate identifier 'FLOAT_MAT4'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12730,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(290,2): error TS2000: Duplicate identifier 'SAMPLER_2D'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12883,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(291,2): error TS2000: Duplicate identifier 'SAMPLER_CUBE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12767,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(292,2): error TS2000: Duplicate identifier 'VERTEX_ATTRIB_ARRAY_ENABLED'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12628,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(293,2): error TS2000: Duplicate identifier 'VERTEX_ATTRIB_ARRAY_SIZE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12666,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(294,2): error TS2000: Duplicate identifier 'VERTEX_ATTRIB_ARRAY_STRIDE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12773,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(295,2): error TS2000: Duplicate identifier 'VERTEX_ATTRIB_ARRAY_TYPE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12744,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(296,2): error TS2000: Duplicate identifier 'VERTEX_ATTRIB_ARRAY_NORMALIZED'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12786,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(297,2): error TS2000: Duplicate identifier 'VERTEX_ATTRIB_ARRAY_POINTER'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12795,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(298,2): error TS2000: Duplicate identifier 'VERTEX_ATTRIB_ARRAY_BUFFER_BINDING'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12688,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(299,2): error TS2000: Duplicate identifier 'COMPILE_STATUS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12797,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(302,2): error TS2000: Duplicate identifier 'LOW_FLOAT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12917,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(303,2): error TS2000: Duplicate identifier 'MEDIUM_FLOAT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12904,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(304,2): error TS2000: Duplicate identifier 'HIGH_FLOAT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12747,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(305,2): error TS2000: Duplicate identifier 'LOW_INT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12827,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(306,2): error TS2000: Duplicate identifier 'MEDIUM_INT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12835,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(307,2): error TS2000: Duplicate identifier 'HIGH_INT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12655,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(308,2): error TS2000: Duplicate identifier 'FRAMEBUFFER'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12762,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(309,2): error TS2000: Duplicate identifier 'RENDERBUFFER'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12818,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(310,2): error TS2000: Duplicate identifier 'RGBA4'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12734,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(311,2): error TS2000: Duplicate identifier 'RGB5_A1'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12711,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(312,2): error TS2000: Duplicate identifier 'RGB565'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12634,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(313,2): error TS2000: Duplicate identifier 'DEPTH_COMPONENT16'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12625,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(314,2): error TS2000: Duplicate identifier 'STENCIL_INDEX'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12833,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(315,2): error TS2000: Duplicate identifier 'STENCIL_INDEX8'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12821,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(316,2): error TS2000: Duplicate identifier 'DEPTH_STENCIL'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12677,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(317,2): error TS2000: Duplicate identifier 'RENDERBUFFER_WIDTH'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12733,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(318,2): error TS2000: Duplicate identifier 'RENDERBUFFER_HEIGHT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12812,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(319,2): error TS2000: Duplicate identifier 'RENDERBUFFER_INTERNAL_FORMAT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12887,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(320,2): error TS2000: Duplicate identifier 'RENDERBUFFER_RED_SIZE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12680,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(321,2): error TS2000: Duplicate identifier 'RENDERBUFFER_GREEN_SIZE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12742,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(322,2): error TS2000: Duplicate identifier 'RENDERBUFFER_BLUE_SIZE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12683,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(323,2): error TS2000: Duplicate identifier 'RENDERBUFFER_ALPHA_SIZE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12716,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(324,2): error TS2000: Duplicate identifier 'RENDERBUFFER_DEPTH_SIZE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12852,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(325,2): error TS2000: Duplicate identifier 'RENDERBUFFER_STENCIL_SIZE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12644,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(326,2): error TS2000: Duplicate identifier 'FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12815,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(327,2): error TS2000: Duplicate identifier 'FRAMEBUFFER_ATTACHMENT_OBJECT_NAME'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12811,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(328,2): error TS2000: Duplicate identifier 'FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12881,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(329,2): error TS2000: Duplicate identifier 'FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12864,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(330,2): error TS2000: Duplicate identifier 'COLOR_ATTACHMENT0'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12868,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(331,2): error TS2000: Duplicate identifier 'DEPTH_ATTACHMENT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12860,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(332,2): error TS2000: Duplicate identifier 'STENCIL_ATTACHMENT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12699,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(333,2): error TS2000: Duplicate identifier 'DEPTH_STENCIL_ATTACHMENT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12783,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(334,2): error TS2000: Duplicate identifier 'NONE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12908,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(335,2): error TS2000: Duplicate identifier 'FRAMEBUFFER_COMPLETE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12664,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(336,2): error TS2000: Duplicate identifier 'FRAMEBUFFER_INCOMPLETE_ATTACHMENT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12809,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(337,2): error TS2000: Duplicate identifier 'FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12849,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(338,2): error TS2000: Duplicate identifier 'FRAMEBUFFER_INCOMPLETE_DIMENSIONS'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12629,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(339,2): error TS2000: Duplicate identifier 'FRAMEBUFFER_UNSUPPORTED'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12763,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(340,2): error TS2000: Duplicate identifier 'FRAMEBUFFER_BINDING'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12715,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(341,2): error TS2000: Duplicate identifier 'RENDERBUFFER_BINDING'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12656,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(342,2): error TS2000: Duplicate identifier 'MAX_RENDERBUFFER_SIZE'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12698,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(343,2): error TS2000: Duplicate identifier 'INVALID_FRAMEBUFFER_OPERATION'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12650,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(344,2): error TS2000: Duplicate identifier 'UNPACK_FLIP_Y_WEBGL'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12645,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(345,2): error TS2000: Duplicate identifier 'UNPACK_PREMULTIPLY_ALPHA_WEBGL'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12756,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(346,2): error TS2000: Duplicate identifier 'CONTEXT_LOST_WEBGL'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12669,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(347,2): error TS2000: Duplicate identifier 'UNPACK_COLORSPACE_CONVERSION_WEBGL'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12903,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(348,2): error TS2000: Duplicate identifier 'BROWSER_DEFAULT_WEBGL'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12805,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(349,2): error TS2000: Duplicate identifier 'canvas'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12487,5)
/home/gastrodia/src/away3d-examples-ts-master/libs/ref/webgl.d.ts(512,2): error TS2000: Duplicate identifier 'statusMessage'. Additional locations:
/home/gastrodia/opt/node-v0.10.26/lib/node_modules/typescript/bin/lib.d.ts(12443,5)