speckle-server
speckle-server copied to clipboard
The Speckle Server, Frontend, 3D Viewer, & other JS utilities.
closes https://github.com/specklesystems/speckle-server/issues/1020 # Reasons for this: - We have some potential plans to introduce a new Vue 3 app in the monorepo. Vetur doesn't support Vue 3, Vue 3 needs...
Alex/sao
# Realtime Screen Space Ambient Occlusion ## Description & motivation We've added screen space ambient occlusion to our viewer. We're using three's SAO implementation with several changes and improved normal...
These are more ideas/papercuts than actual feature requests, to be discussed more in detail: - the suggested list of people to mention should be ordered based on the actual collaborators...
## Prerequisites - [x] I read the [contribution guidelines](https://github.com/specklesystems/speckle-server/blob/main/CONTRIBUTING.md) - [x] I checked the [documentation](https://speckle.guide/) and found no answer. - [x] I checked [existing issues](../issues?q=is%3Aissue) and found no similar issue....
This came up a few times already, where organizations would want to use their own inhouse certificates for the Speckle server. So far we've diffused these, with its faster and...
- Deprecated the `user` query and introduced `activeUser: User` and `otherUser(id: String!): LimitedUser`. The impetus for this is security of user related operations. Previously we've mixed together 2 very separate...
All of the issues I found have been resolved, so at this point I think this only needs a review from @gjedlicska - especially for the infrastructure stuff (changed nginx...
Because we're batching objects aggressively, for some streams we end up with large batches. Three.js does not accelerate ray-triangle intersections involved in picking at all. So that's why for large...