Mr.doob 2c84ae1e8f Merge pull request #19146 from mjurczyk/update-svg-loader před 5 roky
..
obj2 e3184249b3 remove VertexColor imports from MaterialHandler and TubePainter před 5 roky
3MFLoader.d.ts 303aa6821f lint d.ts files před 6 roky
3MFLoader.js 9983568d47 docs: Fix simple typo, transfrom -> transform před 5 roky
AMFLoader.d.ts 303aa6821f lint d.ts files před 6 roky
AMFLoader.js 764bc3dbbc BufferGeometry: Introduce .setAttribute() and .deleteAttribute(). před 6 roky
AssimpLoader.d.ts 303aa6821f lint d.ts files před 6 roky
AssimpLoader.js 764bc3dbbc BufferGeometry: Introduce .setAttribute() and .deleteAttribute(). před 6 roky
BVHLoader.d.ts 303aa6821f lint d.ts files před 6 roky
BVHLoader.js 95e0628150 Examples: Inherit loaders from Loader I. před 6 roky
BasisTextureLoader.d.ts 8aeac464bf Remove non-breaking space from code. před 6 roky
BasisTextureLoader.js 0c192e1b38 Examples: Clean up. před 5 roky
ColladaLoader.d.ts 303aa6821f lint d.ts files před 6 roky
ColladaLoader.js 9983568d47 docs: Fix simple typo, transfrom -> transform před 5 roky
DDSLoader.d.ts 303aa6821f lint d.ts files před 6 roky
DDSLoader.js e9ad75083a Examples: Clean up. před 5 roky
DRACOLoader.d.ts 828b01dcae Switch preload from returning a Promise to returning this před 6 roky
DRACOLoader.js 81a642592e DRACOLoader: Support repeated loading. před 6 roky
EXRLoader.d.ts 303aa6821f lint d.ts files před 6 roky
EXRLoader.js 4265cb31d7 Merge pull request #19111 from sciecode/dev-exrloader-half před 5 roky
FBXLoader.d.ts 303aa6821f lint d.ts files před 6 roky
FBXLoader.js 14d74a54b5 Merge branch 'dev' into dev-fbxloader před 5 roky
GCodeLoader.d.ts 303aa6821f lint d.ts files před 6 roky
GCodeLoader.js 10125d6a72 self -> scope před 5 roky
GLTFLoader.d.ts 7dc2f62fcd GLTFLoader: Update typings. před 5 roky
GLTFLoader.js fdd1a012c7 Fix for interleaved UVs před 5 roky
HDRCubeTextureLoader.d.ts 303aa6821f lint d.ts files před 6 roky
HDRCubeTextureLoader.js 364ab4698e DataTextureLoader: Refactor parsing. před 6 roky
KMZLoader.d.ts 303aa6821f lint d.ts files před 6 roky
KMZLoader.js 95e0628150 Examples: Inherit loaders from Loader I. před 6 roky
KTXLoader.d.ts 303aa6821f lint d.ts files před 6 roky
KTXLoader.js 84c3bd50b9 CompressedTextureLoader: Refactor parsing. před 6 roky
LDrawLoader.d.ts 303aa6821f lint d.ts files před 6 roky
LDrawLoader.js 629cfbcb44 LDrawLoader: Clean up. před 5 roky
LWOLoader.d.ts 303aa6821f lint d.ts files před 6 roky
LWOLoader.js 10125d6a72 self -> scope před 5 roky
MD2Loader.d.ts 303aa6821f lint d.ts files před 6 roky
MD2Loader.js 1aa5faa9e1 Examples: Avoid logging of time values in loaders. před 6 roky
MDDLoader.d.ts 5b35d8bfee Examples: Added MDDLoader. před 5 roky
MDDLoader.js 5b35d8bfee Examples: Added MDDLoader. před 5 roky
MMDLoader.d.ts 303aa6821f lint d.ts files před 6 roky
MMDLoader.js 41480f2639 docs(mmd): fix URL for moved MMD website před 5 roky
MTLLoader.d.ts 14d2c6f8b0 Fix MaterialCreator.setCrossOrigin d.ts signature před 6 roky
MTLLoader.js 2d35261d80 Typescript fixes: před 6 roky
NRRDLoader.d.ts dd0406e469 Examples: Clean up. před 6 roky
NRRDLoader.js 015c121691 Examples: Inherit from Loader III. před 6 roky
NodeMaterialLoader.js ce80515c09 Examples: Move NodeMaterial to JSM. před 6 roky
OBJLoader.d.ts dd0406e469 Examples: Clean up. před 6 roky
OBJLoader.js 6fd43ef4e9 Material: Make .vertexColors a boolean. před 5 roky
OBJLoader2.d.ts 0b82a7573a Fixed module worker support in OBJLoader2Parallel and WorkerExecutionSupport. před 5 roky
OBJLoader2.js 70b81dd4f0 Merge pull request #18864 from makc/lgtm-fixes před 5 roky
OBJLoader2Parallel.d.ts 0b82a7573a Fixed module worker support in OBJLoader2Parallel and WorkerExecutionSupport. před 5 roky
OBJLoader2Parallel.js 0b82a7573a Fixed module worker support in OBJLoader2Parallel and WorkerExecutionSupport. před 5 roky
PCDLoader.d.ts 303aa6821f lint d.ts files před 6 roky
PCDLoader.js 75c0df531e Fix binary reading problem of PCD format před 5 roky
PDBLoader.d.ts 303aa6821f lint d.ts files před 6 roky
PDBLoader.js 764bc3dbbc BufferGeometry: Introduce .setAttribute() and .deleteAttribute(). před 6 roky
PLYLoader.d.ts 303aa6821f lint d.ts files před 6 roky
PLYLoader.js 764bc3dbbc BufferGeometry: Introduce .setAttribute() and .deleteAttribute(). před 6 roky
PRWMLoader.d.ts 303aa6821f lint d.ts files před 6 roky
PRWMLoader.js 764bc3dbbc BufferGeometry: Introduce .setAttribute() and .deleteAttribute(). před 6 roky
PVRLoader.d.ts 303aa6821f lint d.ts files před 6 roky
PVRLoader.js 84c3bd50b9 CompressedTextureLoader: Refactor parsing. před 6 roky
RGBELoader.d.ts 303aa6821f lint d.ts files před 6 roky
RGBELoader.js aeb7309ff3 Global: Clean up. před 5 roky
STLLoader.d.ts 303aa6821f lint d.ts files před 6 roky
STLLoader.js 6fd43ef4e9 Material: Make .vertexColors a boolean. před 5 roky
SVGLoader.d.ts 7357b88039 Fixes for SVGLoader typescript definitions, based on the js code and comments před 5 roky
SVGLoader.js 95736f1630 Build modules před 5 roky
TDSLoader.d.ts 303aa6821f lint d.ts files před 6 roky
TDSLoader.js 23e1e0f741 Examples: Clean up. před 5 roky
TGALoader.d.ts 303aa6821f lint d.ts files před 6 roky
TGALoader.js aeb7309ff3 Global: Clean up. před 5 roky
TTFLoader.d.ts dd0406e469 Examples: Clean up. před 6 roky
TTFLoader.js 7d603a8077 Examples: Inherit from Loader IV. před 6 roky
VRMLLoader.d.ts 303aa6821f lint d.ts files před 6 roky
VRMLLoader.js 6fd43ef4e9 Material: Make .vertexColors a boolean. před 5 roky
VRMLoader.d.ts 303aa6821f lint d.ts files před 6 roky
VRMLoader.js 7d603a8077 Examples: Inherit from Loader IV. před 6 roky
VTKLoader.d.ts 303aa6821f lint d.ts files před 6 roky
VTKLoader.js 919750dd82 VTKLoader: fix different regexp between ES6 module and CJS file před 6 roky
XLoader.d.ts 303aa6821f lint d.ts files před 6 roky
XLoader.js e1d444d681 .applyMatrix() -> .applyMatrix4() před 6 roky