This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<module type="WEB_MODULE" version="4"> | |
<component name="NewModuleRootManager"> | |
<content url="file://$MODULE_DIR$"> | |
<excludeFolder url="file://$MODULE_DIR$/.tmp" /> | |
<excludeFolder url="file://$MODULE_DIR$/temp" /> | |
<excludeFolder url="file://$MODULE_DIR$/tmp" /> | |
</content> | |
<orderEntry type="inheritedJdk" /> | |
<orderEntry type="sourceFolder" forTests="false" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"colleges":[ | |
"A V S ENGINEERING COLLEGE", | |
"A.C.COLLEGE OF ENGINEERING AND TECHNOLOGY (AUTONOMOUS)", | |
"A.C.T. COLLEGE OF ENGINEERING AND TECHNOLOGY", | |
"A.K.T. MEMORIAL COLLEGE OF ENGINEERING AND TECHNOLOGY", | |
"A.R. COLLEGE OF ENGINEERING AND TECHNOLOGY", | |
"A.R. ENGINEERING COLLEGE", | |
"A.R.J COLLEGE OF ENGINEERING AND TECHNOLOGY", | |
"A.S.L. PAULS COLLEGE OF ENGINEERING AND TECHNOLOGY", |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function (global, factory) { | |
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : | |
typeof define === 'function' && define.amd ? define(['exports'], factory) : | |
(factory((global.THREE = global.THREE || {}))); | |
}(this, (function (exports) { 'use strict'; | |
// Polyfills | |
if ( Number.EPSILON === undefined ) { |