-
### What's your feature?
In the [Function Plot](https://github.com/mauriciopoppe/function-plot) library, there is a way to add only points without any connecting lines in the plot.
Is it possible …
-
DesModder could use some better discoverability for plugins since it often isn't obvious that they exist. Based on previous discussion, here's a few ideas of how this could work:
- Show a changelog o…
-
I've found a huge discrepancy in distribution term with alpha/roughness very low (~0.001) and NdotL very high (~1.0).
You can easily have a proof of it looking at here: https://www.desmos.com/calcula…
-
float sin_f(float value_rad)
{
float ret, rev, res;
ret = value_rad;
if (ret < -4.71238899231f) {ret += Pi2;}
else if (ret < (Pi/(-2.0f))) {ret += Pi; ret = 0.0f - ret;}
else…
-
In line 28 of the console.html template (https://github.com/Kirk-KD/console-calculator/blob/main/src/templates/console.html#L28) the input box is written as a `div`. While this may help with the styli…
-
This would be a variation on the `Mesh` function that supports styling a single geometry with a list of materials instead of broadcasting over the material argument.
It appears that https://threejs…
-
## Hello,
I'm currently working on a Next.js project named next-walletconnect-example which is located inside the DesmJS monorepo. I've encountered an issue where TypeScript cannot find the module …
-
Write a workbook page that makes the connections between algebra standards on piecewise functions on the coordinate plane to our lesson
-
Moi,
Halusin vinon parabelin jotta oppilaat saa pohtia onko vain muotoa
y = ax^2 + bx + c tai x = ay^2 + by + c parabeli.
Yksi tapa tehdä vino parabeli on kiertää parabeli,
mutta napakoordinaatisto …
-
Hello @cenuno
I understand that we should avoid logging variables especially if we fail to interpret their coefficients.
However, in the lab tutorial, I noticed that we logged percent variable…
gzbib updated
3 years ago