46bc09eac9
* Color source implementation for a single level of instancing. I don't like it. I don't believe it's the right way to go * Forgot this * Rewritten the way prxy color sources are handled. Nesting instances now works for the most part * Handled block-block situation from instance nesting * Added sum comments for color proxy source implementation * Disabled tonemaping for line materials
@speckle/viewer-sandbox
Sandbox for testing, debugging & developing the viewer package.
Setup
Requirements
- Node ^16
Setup Instructions
yarnin the repo root to configure project dependenciesyarn buildin repo root to build all dependenciesyarn devto run the sandbox, it's available atlocalhost:3033
Linting
Use yarn lint to run ESLint and you can also run yarn lint:tsc to lint with the TypeScript compiler.