This website requires JavaScript.
Explore
Help
Register
Sign In
huanld
/
speckle-server
Watch
1
Star
0
Fork
0
You've already forked speckle-server
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
7bb40134ebf0a684007efa330c6cc5fee1d10035
speckle-server
/
packages
/
viewer
/
src
/
assets
T
History
AlexandruPopovici
b222137e9a
Fixed the issue with frontend2 build failing. It was the new hdri size (8.3Mb) which is compiled together with the viewer library as base64 that was throwing something off. Because resizing the hdri to the old one's size (1025x512) was not enought (still amounted to 5.8Mb), we also applied a lossy compression algorithm namely DWAB to the image. This reduced the size to 330Kb with no visible tradeoff.
2024-05-02 23:40:43 +03:00
..
hdri
Fixed the issue with frontend2 build failing. It was the new hdri size (8.3Mb) which is compiled together with the viewer library as base64 that was throwing something off. Because resizing the hdri to the old one's size (1025x512) was not enought (still amounted to 5.8Mb), we also applied a lossy compression algorithm namely DWAB to the image. This reduced the size to 330Kb with no visible tradeoff.
2024-05-02 23:40:43 +03:00
defaultFont.png
Text support and limited Dimensions support (
#1604
)
2023-06-06 15:49:47 +03:00
gradient.png
#827
Implemented gradient based filtering using ramp texture and per vertex ramp texture index. Implemented filtering by volume in the sandbox, using the gradient filter
2022-07-20 23:59:11 +03:00