Skip to content

Commit

Permalink
Fix author error
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenCiao committed Dec 21, 2023
1 parent 68cbfb8 commit 9e03635
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/Airbrush/Airbrush.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ If you've learned the previous chapter, rendering an airbrush is nothing more th
![toairbrush0](to-air0.gif)
![toairbrush1](to-air1.gif)

When artists draw illustrations or animations, airbrush has special uses.
It is commonly used for coloring, shading, or highlighting, while other brushes are typically used for drawing outlines.
When artists draw illustrations or animations, airbrush has special usages like coloring, shading, or highlighting an illustration,
while other brushes are typically used for drawing outlines.

![shade](shade-highlight.gif)

Expand Down Expand Up @@ -70,7 +70,7 @@ But the dot is transparent, and we need to know the alpha value associated with

## Special Alpha Density
To get a clearer comprehension of the theory, let's examine a special case.
Consider the alpha density value to be a point with a constant value,
Consider the alpha density value is a constant,
indicating that a stamp stroke's footprint is a consistently transparent dot, defined by the function
$$
\alpha_s(d) =
Expand Down
3 changes: 2 additions & 1 deletion docs/Introduction/Introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ When hovering your mouse on the canvas you can:
This tutorial series will teach you how to use the modern GPU graphics pipeline to render brush strokes,
commonly seen with a paint tool in graphics design software like Photoshop.
The contents mainly come from my research work [Ciallo: The next generation vector paint program][Ciallo],
and a textbook "Image and Video-Based Artistic Stylisation" by Stephen DiVerdi, which introduce brush stroke rendering in its second chapter.
and a textbook "Image and Video-Based Artistic Stylisation" edited by Paul Rosin, John Collomosse.
The book introduces brush stroke rendering in its second chapter, authored by Stephen DiVerdi.
Since there will be more research work on GPU brush stroke rendering,
I will continuously update this tutorial series to teach you related techniques in (potentially) influential research works.

Expand Down

0 comments on commit 9e03635

Please sign in to comment.