Skip to content

Commit

Permalink
feat(Texture): add 2 more textures
Browse files Browse the repository at this point in the history
  • Loading branch information
meszaros-lajos-gyorgy committed Dec 5, 2023
1 parent 12ab027 commit 12ae235
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Texture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,12 @@ export class Texture extends ThreeJsTextue {
static get l3DissidStoneTrans01() {
return new Texture({ filename: 'l3_dissid_[stone]_trans01.jpg', size: 128 })
}
static get l3DissidWoodFabric03() {
return new Texture({ filename: 'l3_dissid_[wood]_fabric03.jpg', size: 256 })
}
static get l3DissidWoodFabric04() {
return new Texture({ filename: 'l3_dissid_[wood]_fabric04.jpg', size: 128 })
}
static get l4YlsideStoneGround01() {
return new Texture({ filename: 'l4_ylside_[stone]_ground01.jpg', size: 64 })
}
Expand Down

0 comments on commit 12ae235

Please sign in to comment.