-
Under the same distance and shadow settings, the default rendering can display shadows, but when using BrgContainer for rendering, shadows are not visible. To display shadows, it is necessary to decre…
yuafa updated
4 months ago
-
Maybe put this on brg specifics edit?
-
**Describe the bug**
compas_view2 has some issues with gif import, I think it is gone from compas2:
```bash
File "C:\brg\2_code\compas_view2\src\compas_view2\app\app.py", line 26, in
fr…
-
Maybe something like the brg cmap here?
http://matplotlib.org/examples/color/colormaps_reference.html
-
Hi,
I've been playing around with this a bit, but got a bit confused about the `getWindAt()` function. It says in "docs" that `twd` should be in `radians`, but then I see this code where you use `m…
-
I'd like to achieve something like this with the following snippet:
```lua
s({ trig = 'vul([brg])', regTrig = true, wordTrig = false, snippetType = "autosnippet" },
{
require('luasni…
-
The _src/polyfills_.ts are not injected when I compile the app. I'm not sure if I need some special flag to enable it.
My script to execute the build is:
`ng build --extra-webpack-config webpack.e…
-
Hi,
Is it possible to somehow send the message from contact form instead of Someone just sent a message through ** _Contact Form 7_. Check your email!?
Brg
-
### To reproduce
When inserting certain numbers into a float column, the number saves inaccurately.
```sql
CREATE TABLE IF NOT EXISTS test (
A FLOAT,
B DOUBLE
);
INSERT INTO test (A, …
-
I came across this issue while working on a WS2811 LED strip. I tried to apply both BRG order and setCorecction(TypicalSMD5050), but doing so resulted in FastLED using RGB order.