
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>翡翠梦境</title>
      <link>https://supervj.top/blog</link>
      <description>游戏开发者的个人博客，记录 Unreal Engine、图形学和独立项目中的技术与思考。</description>
      <language>zh-cn</language>
      <managingEditor> (东哥)</managingEditor>
      <webMaster> (东哥)</webMaster>
      <lastBuildDate>Mon, 15 Mar 2021 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://supervj.top/tags/第三方工具/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://supervj.top/blog/Draco</guid>
    <title>Google开源压缩库Draco</title>
    <link>https://supervj.top/blog/Draco</link>
    <description>## 前言 Draco是谷歌在2017年1月发布的一个3D图形开源压缩库，提供了多种算法进行压缩和解压缩。 对于encoder过程，Draco整体思路是将网格的连接信息和几何信息进行分别编码并进行存储。 其中，连接信息使用了edgebreaker等算法进行了编码压缩，几何信息对数据进行量化、预测压缩</description>
    <pubDate>Mon, 15 Mar 2021 00:00:00 GMT</pubDate>
    <author> (东哥)</author>
    <category>第三方工具</category>
  </item>

  <item>
    <guid>https://supervj.top/blog/UE4使用第三方静态库和动态库</guid>
    <title>UE4使用第三方静态库和动态库</title>
    <link>https://supervj.top/blog/UE4使用第三方静态库和动态库</link>
    <description>## 前言 本文介绍一下UE4使用第三方库的简单用法, 即DLL动态库和Lib静态库的使用 我们用插件的形式封装起来, 便于以后移植到其他项目中去; 所以在开始之前先新建一个空或者蓝图库插件 ## 导出动态/静态库 新建控制台应用程序ThirdPartyDLL 然后创建一个同名头文件,写入一下内容</description>
    <pubDate>Sat, 09 Jan 2021 00:00:00 GMT</pubDate>
    <author> (东哥)</author>
    <category>插件</category><category>第三方工具</category>
  </item>

  <item>
    <guid>https://supervj.top/blog/UE4压缩工具</guid>
    <title>UE4压缩和解压缩工具</title>
    <link>https://supervj.top/blog/UE4压缩工具</link>
    <description>## 前言 UE4编辑器和运行时使用解压缩和压缩功能, 一个简单的蓝图库, 源代码来自GitHub的ZipUtility Plugin 对其做了稍微修改, 修复了部分因为版本更新的报错信息(大量头文件包含问题) ZipUtility-UE4-Extra 本文简单介绍这个插件的使用方式 ## 使用 -</description>
    <pubDate>Fri, 26 Mar 2021 00:00:00 GMT</pubDate>
    <author> (东哥)</author>
    <category>第三方工具</category>
  </item>

  <item>
    <guid>https://supervj.top/blog/UE4操作windows文件</guid>
    <title>UE4对windows文件的操作</title>
    <link>https://supervj.top/blog/UE4操作windows文件</link>
    <description>## 前言 此文简单记录UE4对windows文件的处理 ## 打开窗口读取文件 此方法最后返回的是文件的绝对路径,而非打开文件 ## 打开窗口读取文件夹路径 同上, 不一样的是返回的是文件夹的路径 ## 打开exe程序 比较简单, 但是需要注意的是只能运行exe, 其他比如txt等不能用此方式运行</description>
    <pubDate>Thu, 07 Jan 2021 00:00:00 GMT</pubDate>
    <author> (东哥)</author>
    <category>第三方工具</category><category>JSON</category>
  </item>

    </channel>
  </rss>
