-
There are two kinds of 256-colour palettes that a .gif can have:
1. A constant palette that never changes. The entire .gif's frames are analyzed and a single palette is generated.
2. An adaptive …
-
The DPI setting defaults to 75 dpi. This is a bit low, so I increased the value. The setting does not "take". The underlay image is rendered at the same 75 dpi as before. Once the drawing has complete…
-
I am porting some code from glsl and hlsl and noticed that wgsl lacks some useful intrinsic functions such as rcp and rsqrt.
It would be nice to have them :)
-
**What's Wrong?**
It's difficult to discern where players are strongest upon first glance. You have to run your eyes across the table and find the larger values and then do math on them and compare t…
-
It would be useful to be able to create custom regions with individually-settable threshold levels. For example, here's a page I'm currently working on:
![st](https://user-images.githubusercontent.…
-
![Screenshot 2023-04-05 at 12 03 35 pm](https://user-images.githubusercontent.com/3952687/229963865-d0049a15-6371-45e8-9580-278565e2e4b1.png)
[hair_interpolation_shading_002.blend.zip](https://gith…
-
Add joining lines and area shading for systolic and diastolic NIBP points in chart
-
## Detailed Description
For all timesteps, and for all PV systems in the region of interest, include:
- Two sets of predicted PV power using `pvlib`'s physical PV prediction. Use the PV system ori…
-
### Platform
Arch Linux x86-64, up to date.
### GPU, drivers, and screen setup
NVidia GTX 980, with [nvidia-dkms](https://archlinux.org/packages/extra/x86_64/nvidia-dkms/) 555.58.02-1
…
-
Hi, I am working on blinn-phong.glsl. As I checked the formula of blinn-phong model, I found the formula needs the light intensity vector I and ambient intensity Ia. I did not find any value related t…