Skip to content

Commit

Permalink
New weapon model for p250 and usp
Browse files Browse the repository at this point in the history
  • Loading branch information
solcloud committed Sep 27, 2023
1 parent b9b72ed commit ca08553
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/assets/js/ModelRepository.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ export class ModelRepository {
models[ItemId.RifleAk] = 'ak.glb'
models[ItemId.RifleM4A4] = 'm4.glb'
models[ItemId.RifleAWP] = 'awp.glb'
models[ItemId.PistolUsp] = 'pistol.glb' // fixme
models[ItemId.PistolP250] = 'pistol.glb'
models[ItemId.PistolGlock] = 'pistol.glb' // fixme
models[ItemId.PistolUsp] = 'usp.glb'
models[ItemId.PistolP250] = 'p250.glb'
models[ItemId.PistolGlock] = 'pistol.glb'
models[ItemId.HighExplosive] = 'highexplosive.glb'
models[ItemId.Flashbang] = 'flashbang.glb'
models[ItemId.Smoke] = 'smoke.glb'
Expand Down
6 changes: 6 additions & 0 deletions www/resources/model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ by **GANJACKSON TONY** from https://sketchfab.com/3d-models/pubg-m18-smoke-grena
#### awp.glb (CC4)
by **un1que** from https://sketchfab.com/3d-models/awp-200iq-ac8e35e499b549b7b2ba9064acea3fc0

#### p250.glb (CC4)
by **csgolaser** from https://sketchfab.com/3d-models/csgo-weapon-skin-p250-vector-purple-0c14cb80686f457da8fe4a78b548e399

#### usp.glb (CC4)
by **xinus22** from https://sketchfab.com/3d-models/half-life-2-hk-usp-match-ce279b2fb6344757935e8660fa7d1a37

# Acknowledgement

Thanks original authors for providing this awesome models for free!
Expand Down
Binary file added www/resources/model/p250.glb
Binary file not shown.
Binary file added www/resources/model/usp.glb
Binary file not shown.

0 comments on commit ca08553

Please sign in to comment.