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
234c4034303db4ab632f4fc6a4fd509b435fdf84
speckle-server
/
packages
/
viewer
/
src
/
modules
/
batching
T
History
Alexandru Popovici
234c403430
Fixed a viewer issue related to having meshes with no vertex data and IBO shufling. We're now ignoring any render view which lacks vertex data and we're also displaying a warning when such objects are converted (
#1369
)
2023-02-14 12:43:44 +02:00
..
Batch.ts
Implemented selective opqaue objects only rendering in the depth and normal render targets for AO computation. Batcher now allows for various isolation of objects based on whatever category using batch update ranges
2022-09-26 17:20:08 +03:00
Batcher.ts
Fixed a viewer issue related to having meshes with no vertex data and IBO shufling. We're now ignoring any render view which lacks vertex data and we're also displaying a warning when such objects are converted (
#1369
)
2023-02-14 12:43:44 +02:00
LineBatch.ts
Fixed an issue where line batches were rendered during the SAO passes and messing up the result. Fixed an existing issue where transparent ranges were shuffled before opaque ones
2022-09-27 13:15:24 +03:00
MeshBatch.ts
Fixed an issue where batches would remain hidden after applying visibility only to stencil objects
2023-01-27 11:00:39 +02:00
PointBatch.ts
Fixed an issue with PointBatch auto fill draw ranges, where invalid ranges were set. Implemented a draw range flattener for the PointBatch which avoids redundant draw calls, which in some cases could get into the tens of thousands killing performance entirely. Fixed an issue where gradient ramp index was not neing set correctly when it was 0 (
#1288
)
2023-01-04 09:52:08 +02:00