Skip to content

Commit

Permalink
Prepare for v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchtoast747 committed Nov 1, 2019
1 parent d5eada3 commit 66534c1
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 19 deletions.
10 changes: 5 additions & 5 deletions dist/layout.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export declare enum TYPES {
"BYTE" = 1,
"UNSIGNED_BYTE" = 1,
"SHORT" = 2,
"UNSIGNED_SHORT" = 2,
"FLOAT" = 4
"BYTE" = "BYTE",
"UNSIGNED_BYTE" = "UNSIGNED_BYTE",
"SHORT" = "SHORT",
"UNSIGNED_SHORT" = "UNSIGNED_SHORT",
"FLOAT" = "FLOAT"
}
export interface AttributeInfo {
attribute: Attribute;
Expand Down
1 change: 1 addition & 0 deletions dist/mesh.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@ export default class Mesh {
*/
makeBufferData(layout: Layout): ArrayBufferWithItemSize;
makeIndexBufferData(): Uint16ArrayWithItemSize;
makeIndexBufferDataForMaterials(...materialIndices: Array<number>): Uint16ArrayWithItemSize;
addMaterialLibrary(mtl: MaterialLibrary): void;
}
40 changes: 30 additions & 10 deletions dist/webgl-obj-loader.js

Large diffs are not rendered by default.

Loading

0 comments on commit 66534c1

Please sign in to comment.