Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Italink committed Dec 17, 2023
2 parents 70d2f32 + 643b460 commit 49a0127
Show file tree
Hide file tree
Showing 6 changed files with 104 additions and 35 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/mkdocs_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/[email protected]
with: { fetch-depth: 0 }

- uses: actions/setup-python@v4
with:
python-version: 3.x
Expand Down
4 changes: 4 additions & 0 deletions Docs/04-UnrealEngine/4.Niagra性能优化.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
comments: true
---

# Niagara 性能优化

**Niagara****Unreal Engine** 提供的一个几乎无所不能的粒子系统,网上有非常多关于如何使用它来制作某些效果的优质教程,但Niagara的使用管理和性能优化往往会被特效制作人员给忽视。
Expand Down
4 changes: 3 additions & 1 deletion Docs/04-UnrealEngine/5.FluidNinja流体插件.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

---
comments: true
---

# Fluid Ninja

Expand Down
124 changes: 92 additions & 32 deletions Docs/04-UnrealEngine/6.开放世界制作.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Docs/Stylesheet/mkdocs_extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
border-radius: 0px;
border: 0px;
height: auto;
max-width: 60%;
max-width: 80%;
margin-left: auto;
margin-right: auto;
display: block;
Expand Down

0 comments on commit 49a0127

Please sign in to comment.