Skip to content

Commit

Permalink
Site updated: 2023-11-19 10:35:34
Browse files Browse the repository at this point in the history
  • Loading branch information
aIFzzf committed Nov 19, 2023
1 parent 4320660 commit b4cad65
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
4 changes: 2 additions & 2 deletions 2021/12/22/MaliCompiler/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<meta property="og:image" content="http://example.com/2021/12/22/MaliCompiler/Untitled9.png">
<meta property="og:image" content="http://example.com/2021/12/22/MaliCompiler/Untitled5.png">
<meta property="article:published_time" content="2021-12-22T11:59:48.000Z">
<meta property="article:modified_time" content="2023-05-02T13:54:46.710Z">
<meta property="article:modified_time" content="2023-11-19T02:31:46.862Z">
<meta property="article:author" content="NeoZheng">
<meta property="article:tag" content="性能">
<meta name="twitter:card" content="summary">
Expand Down Expand Up @@ -211,7 +211,7 @@ <h1 class="post-title" itemprop="name headline">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2023-05-02 21:54:46" itemprop="dateModified" datetime="2023-05-02T21:54:46+08:00">2023-05-02</time>
<time title="修改时间:2023-11-19 10:31:46" itemprop="dateModified" datetime="2023-11-19T10:31:46+08:00">2023-11-19</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
Expand Down
16 changes: 10 additions & 6 deletions 2023/11/19/Niagara粒子排序探索/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,16 @@
<meta property="og:site_name" content="风中追风">
<meta property="og:description" content="本文主要介绍Unreal5引擎中Niagara粒子排序相关">
<meta property="og:locale" content="zh_CN">
<meta property="og:image" content="http://example.com/2023/11/19/Niagara%E7%B2%92%E5%AD%90%E6%8E%92%E5%BA%8F%E6%8E%A2%E7%B4%A2/Pasted%20image%2020231102172316.png">
<meta property="og:image" content="http://example.com/2023/11/19/Niagara%E7%B2%92%E5%AD%90%E6%8E%92%E5%BA%8F%E6%8E%A2%E7%B4%A2/Pasted%20image%2020231102172417.png">
<meta property="og:image" content="http://example.com/2023/11/19/Niagara%E7%B2%92%E5%AD%90%E6%8E%92%E5%BA%8F%E6%8E%A2%E7%B4%A2/Pasted%20image%2020231102173023.png">
<meta property="article:published_time" content="2023-11-19T02:15:55.000Z">
<meta property="article:modified_time" content="2023-11-19T02:27:13.360Z">
<meta property="article:modified_time" content="2023-11-19T02:35:11.166Z">
<meta property="article:author" content="NeoZheng">
<meta property="article:tag" content="UE">
<meta property="article:tag" content="Niagara">
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="http://example.com/2023/11/19/Niagara%E7%B2%92%E5%AD%90%E6%8E%92%E5%BA%8F%E6%8E%A2%E7%B4%A2/Pasted%20image%2020231102172316.png">

<link rel="canonical" href="http://example.com/2023/11/19/Niagara%E7%B2%92%E5%AD%90%E6%8E%92%E5%BA%8F%E6%8E%A2%E7%B4%A2/">

Expand Down Expand Up @@ -193,7 +197,7 @@ <h1 class="post-title" itemprop="name headline">
<span class="post-meta-item-text">发表于</span>


<time title="创建时间:2023-11-19 10:15:55 / 修改时间:10:27:13" itemprop="dateCreated datePublished" datetime="2023-11-19T10:15:55+08:00">2023-11-19</time>
<time title="创建时间:2023-11-19 10:15:55 / 修改时间:10:35:11" itemprop="dateCreated datePublished" datetime="2023-11-19T10:15:55+08:00">2023-11-19</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
Expand Down Expand Up @@ -225,7 +229,7 @@ <h1 class="post-title" itemprop="name headline">
<i class="far fa-file-word"></i>
</span>
<span class="post-meta-item-text">本文字数:</span>
<span>792</span>
<span>690</span>
</span>
<span class="post-meta-item" title="阅读时长">
<span class="post-meta-item-icon">
Expand All @@ -245,12 +249,12 @@ <h1 class="post-title" itemprop="name headline">
<div class="post-body" itemprop="articleBody">


<h1 id="Niagara粒子排序探索"><a href="#Niagara粒子排序探索" class="headerlink" title="Niagara粒子排序探索"></a>Niagara粒子排序探索</h1><p>本文主要介绍下UE5 niagara 系统中粒子的排序顺序,可以解决粒子重叠和透明度问题。niagara 主要有三层排序: Particle, Emitter and Component.<br>粒子可以在自己的Emitter内进行排序,不可跨Emitter排序。<br>![[Pasted image 20231102172316.png]]</p>
<h1 id="Niagara粒子排序探索"><a href="#Niagara粒子排序探索" class="headerlink" title="Niagara粒子排序探索"></a>Niagara粒子排序探索</h1><p>本文主要介绍下UE5 niagara 系统中粒子的排序顺序,可以解决粒子重叠和透明度问题。niagara 主要有三层排序: Particle, Emitter and Component.<br>粒子可以在自己的Emitter内进行排序,不可跨Emitter排序。<br><img src="Pasted%20image%2020231102172316.png"></p>
<h1 id="Particle-排序"><a href="#Particle-排序" class="headerlink" title="Particle 排序"></a>Particle 排序</h1><p>View Depth :基于到相机平面的距离<br>View Distance : 基于到相机位置的距离<br>Custom Ascending /Descending: 按照自己设定值进行排序(升降序)</p>
<p>![[Pasted image 20231102172417.png]]<br>单个粒子内部可以通过设置custom sorting binding设置排序顺序</p>
<p><img src="Pasted%20image%2020231102172417.png"><br>单个粒子内部可以通过设置custom sorting binding设置排序顺序</p>
<h1 id="Emitter-排序"><a href="#Emitter-排序" class="headerlink" title="Emitter 排序"></a>Emitter 排序</h1><p>(Sort Order Hint)</p>
<p>默认发射器将按照创建顺序(不是激活顺序,而是添加到系统中的顺序)绘制</p>
<p>![[Pasted image 20231102173023.png]]<br>可以通过设置Sort Order Hint 设置Emitter 发射顺序</p>
<p><img src="Pasted%20image%2020231102173023.png"><br>可以通过设置Sort Order Hint 设置Emitter 发射顺序</p>
<p>顺序大的在后面发射,所以sort order hint 越大,越后渲染,<br>这个排序只会在component内排序</p>
<h1 id="Component-排序"><a href="#Component-排序" class="headerlink" title="Component 排序"></a>Component 排序</h1><p>在虚拟引擎中,所有具有半透明元素的元件都将从后向前呈现其半透明元素。这意味着只要物体的位置与像素的实际位置有一定的相关性,更近的半透明物体就会在更远的半透明物体前面绘制。</p>
<p> Translucency Sort Distance Offset 和 Translucency Sort Priority 参数可以调节
Expand Down
8 changes: 4 additions & 4 deletions atom.xml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ <h2 class="post-title" itemprop="name headline">
<span class="post-meta-item-text">发表于</span>


<time title="创建时间:2023-11-19 10:15:55 / 修改时间:10:27:13" itemprop="dateCreated datePublished" datetime="2023-11-19T10:15:55+08:00">2023-11-19</time>
<time title="创建时间:2023-11-19 10:15:55 / 修改时间:10:35:11" itemprop="dateCreated datePublished" datetime="2023-11-19T10:15:55+08:00">2023-11-19</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
Expand Down Expand Up @@ -221,7 +221,7 @@ <h2 class="post-title" itemprop="name headline">
<i class="far fa-file-word"></i>
</span>
<span class="post-meta-item-text">本文字数:</span>
<span>792</span>
<span>690</span>
</span>
<span class="post-meta-item" title="阅读时长">
<span class="post-meta-item-icon">
Expand Down Expand Up @@ -1047,7 +1047,7 @@ <h2 class="post-title" itemprop="name headline">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2023-05-02 21:54:46" itemprop="dateModified" datetime="2023-05-02T21:54:46+08:00">2023-05-02</time>
<time title="修改时间:2023-11-19 10:31:46" itemprop="dateModified" datetime="2023-11-19T10:31:46+08:00">2023-11-19</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
Expand Down

0 comments on commit b4cad65

Please sign in to comment.