Commit aa1ab1f
committed
feat: add model thumbnail support
certain games may opt to use roblox-generated thumbnails as decal textures.
since we're already using the roblox thumbnail api, we can pipe `/Thumbs/Asset.ashx` through
there too.
obviously, due to old assets, certain games may not have those assets correctly rendered.
a good example would be work at a pizza place, which used to utilize the pizza model thumbnail
as the cashier button. its model has since changed, so now all 3 pizzas appear the same.
but you can always either modify the place itself or replace the rbxthmb asset in the cache.1 parent 3b7871b commit aa1ab1f
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | | - | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments