Skip to main content
Improved formatting
Source Link
Hulifier
  • 6.1k
  • 1
  • 9
  • 24

The greater than Math node returns 1 (greater than) or 0 (smaller or equal).

You probably want the Maximum option instead of the Greater than:

Maximum math node

note that clamping a sine wave will not give you half circles, for that you will need other formula:

$$ \begin{cases} 0 & \texttt{if } M> 2r \\ \sqrt{r^{2}-\left ( M-r \right )^{2}} & \texttt{if } M \leq 2r \end{cases} $$ $$$$

$$\mathbf{M}=\operatorname{mod}\left(x+r,\ 2r+s\right)\\ \mathbf{r}=\text{radius}\\ \mathbf{s}=\text{spacing}$$

  • $\mathbf{M}=\operatorname{mod}\left(x+r,\ 2r+s\right)$
  • $\mathbf{r}=\text{radius}$
  • $\mathbf{s}=\text{spacing}$

Geo nodes half circle wave 1

half circle wave 1

Or since you know the cirlce radius and the spacing between, you can put vertices in optimal positions: Geo nodes half circle wave 2

half circle wave 2

The greater than Math node returns 1 (greater than) or 0 (smaller or equal).

You probably want the Maximum option instead of the Greater than:

Maximum math node

note that clamping a sine wave will not give you half circles, for that you will need other formula:

$$ \begin{cases} 0 & \texttt{if } M> 2r \\ \sqrt{r^{2}-\left ( M-r \right )^{2}} & \texttt{if } M \leq 2r \end{cases} $$

$$\mathbf{M}=\operatorname{mod}\left(x+r,\ 2r+s\right)\\ \mathbf{r}=\text{radius}\\ \mathbf{s}=\text{spacing}$$

Geo nodes half circle wave 1

half circle wave 1

Or since you know the cirlce radius and the spacing between, you can put vertices in optimal positions: Geo nodes half circle wave 2

half circle wave 2

The greater than Math node returns 1 (greater than) or 0 (smaller or equal).

You probably want the Maximum option instead of the Greater than:

Maximum math node

note that clamping a sine wave will not give you half circles, for that you will need other formula:

$$ \begin{cases} 0 & \texttt{if } M> 2r \\ \sqrt{r^{2}-\left ( M-r \right )^{2}} & \texttt{if } M \leq 2r \end{cases} $$ $$$$

  • $\mathbf{M}=\operatorname{mod}\left(x+r,\ 2r+s\right)$
  • $\mathbf{r}=\text{radius}$
  • $\mathbf{s}=\text{spacing}$

Geo nodes half circle wave 1

half circle wave 1

Or since you know the cirlce radius and the spacing between, you can put vertices in optimal positions: Geo nodes half circle wave 2

half circle wave 2

edited body
Source Link
Hulifier
  • 6.1k
  • 1
  • 9
  • 24

The greater than Math node returns 1 (greater than) or 0 (smaller or equal).

You probably want the Maximum option instead of the Greater than:

Maximum math node

note that clamping a sine wave will not give you half circles, for that you will need other formula:

$$ \begin{cases} 0 & \texttt{if } M< 2r \\ \sqrt{r^{2}-\left ( M-r \right )^{2}} & \texttt{if } M \geq 2r \end{cases} $$$$ \begin{cases} 0 & \texttt{if } M> 2r \\ \sqrt{r^{2}-\left ( M-r \right )^{2}} & \texttt{if } M \leq 2r \end{cases} $$

$$\mathbf{M}=\operatorname{mod}\left(x+r,\ 2r+s\right)\\ \mathbf{r}=\text{radius}\\ \mathbf{s}=\text{spacing}$$

Geo nodes half circle wave 1

half circle wave 1

Or since you know the cirlce radius and the spacing between, you can put vertices in optimal positions: Geo nodes half circle wave 2

half circle wave 2

The greater than Math node returns 1 (greater than) or 0 (smaller or equal).

You probably want the Maximum option instead of the Greater than:

Maximum math node

note that clamping a sine wave will not give you half circles, for that you will need other formula:

$$ \begin{cases} 0 & \texttt{if } M< 2r \\ \sqrt{r^{2}-\left ( M-r \right )^{2}} & \texttt{if } M \geq 2r \end{cases} $$

$$\mathbf{M}=\operatorname{mod}\left(x+r,\ 2r+s\right)\\ \mathbf{r}=\text{radius}\\ \mathbf{s}=\text{spacing}$$

Geo nodes half circle wave 1

half circle wave 1

Or since you know the cirlce radius and the spacing between, you can put vertices in optimal positions: Geo nodes half circle wave 2

half circle wave 2

The greater than Math node returns 1 (greater than) or 0 (smaller or equal).

You probably want the Maximum option instead of the Greater than:

Maximum math node

note that clamping a sine wave will not give you half circles, for that you will need other formula:

$$ \begin{cases} 0 & \texttt{if } M> 2r \\ \sqrt{r^{2}-\left ( M-r \right )^{2}} & \texttt{if } M \leq 2r \end{cases} $$

$$\mathbf{M}=\operatorname{mod}\left(x+r,\ 2r+s\right)\\ \mathbf{r}=\text{radius}\\ \mathbf{s}=\text{spacing}$$

Geo nodes half circle wave 1

half circle wave 1

Or since you know the cirlce radius and the spacing between, you can put vertices in optimal positions: Geo nodes half circle wave 2

half circle wave 2

added 728 characters in body
Source Link
Hulifier
  • 6.1k
  • 1
  • 9
  • 24

The greater than Math node returns 1 (greater than) or 0 (smaller or equal).

You probably want the Maximum option instead of the Greater than:

Maximum math node

note that clamping a sine wave will not give you half circles., for that you will need other formula:

$$ \begin{cases} 0 & \texttt{if } M< 2r \\ \sqrt{r^{2}-\left ( M-r \right )^{2}} & \texttt{if } M \geq 2r \end{cases} $$

$$\mathbf{M}=\operatorname{mod}\left(x+r,\ 2r+s\right)\\ \mathbf{r}=\text{radius}\\ \mathbf{s}=\text{spacing}$$

Geo nodes half circle wave 1

half circle wave 1

Or since you know the cirlce radius and the spacing between, you can put vertices in optimal positions: Geo nodes half circle wave 2

half circle wave 2

The greater than Math node returns 1 (greater than) or 0 (smaller or equal).

You probably want the Maximum option instead of the Greater than:

Maximum math node

note that clamping a sine wave will not give you half circles.

The greater than Math node returns 1 (greater than) or 0 (smaller or equal).

You probably want the Maximum option instead of the Greater than:

Maximum math node

note that clamping a sine wave will not give you half circles, for that you will need other formula:

$$ \begin{cases} 0 & \texttt{if } M< 2r \\ \sqrt{r^{2}-\left ( M-r \right )^{2}} & \texttt{if } M \geq 2r \end{cases} $$

$$\mathbf{M}=\operatorname{mod}\left(x+r,\ 2r+s\right)\\ \mathbf{r}=\text{radius}\\ \mathbf{s}=\text{spacing}$$

Geo nodes half circle wave 1

half circle wave 1

Or since you know the cirlce radius and the spacing between, you can put vertices in optimal positions: Geo nodes half circle wave 2

half circle wave 2

Source Link
Hulifier
  • 6.1k
  • 1
  • 9
  • 24
Loading