Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ title = "Filter Queries"
------------------

You can use sql syntax to search for assets with specific properties like textures whose resolutions are greater than 1024.
To do this you need to enable query mode from extrans menu :
To do this you need to enable query mode from extras menu :
![](/img/asset_browser/extras_icon.png)

From the Texture Inspector (Right Panel), you can enable/disable MipMap blending by toggling <strong>Use Mipmap Blending</strong> checkbox.
When you enable MipMap Blending, you will see all mip levels of the selected texture next to each other in Preview Window.
![](/img/mipmap_editor/tex_editor_post_mip.PNG)

Clicking on <strong>MipMap Blend Amounts</strong> will open open a new window where you can adjust blend amounts for every mip level.
Clicking on <strong>MipMap Blend Amounts</strong> will open a new window where you can adjust blend amounts for every mip level.
![](/img/mipmap_editor/mipmap_blend_window.PNG)

Then you can select <strong>MipMap Blend Color (1)</strong> and click <strong>Recompile (2)</strong> button to apply blending. The result will be immediately visible in Preview Window and also in Game.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
+++
title = "Filter Queries"
title = "过滤器查询"
+++


------------------

You can use sql syntax to search for assets with specific properties like textures whose resolutions are greater than 1024.
To do this you need to enable query mode from extrans menu :
你可以使用 SQL 语法 查询资产 (assets) 中特定的属性 (properties),比如查找分辨率大于 1024 的纹理 (Textures)。你可以在额外菜单 (extras menu) 中使用查询模式:

![](/img/asset_browser/extras_icon.png)

From the Texture Inspector (Right Panel), you can enable/disable MipMap blending by toggling <strong>Use Mipmap Blending</strong> checkbox.
When you enable MipMap Blending, you will see all mip levels of the selected texture next to each other in Preview Window.
从右边栏的纹理检查器 (Texture Inspector)中,你可以通过勾选 <strong>Use Mipmap Blending</strong> 来启用/禁用 混合纹理映射。
当你启用 混合纹理映射 (MipMap Blending) 的时候,你可以在预览界面 (Preview Window) 看到所有的选中纹理的映射层级。

![](/img/mipmap_editor/tex_editor_post_mip.PNG)

Clicking on <strong>MipMap Blend Amounts</strong> will open open a new window where you can adjust blend amounts for every mip level.
点击 <strong>MipMap Blend Amounts</strong> 将会打开一个新的窗口,在这个窗口中你可以调整每一层映射的混合量 (amounts)。

![](/img/mipmap_editor/mipmap_blend_window.PNG)

Then you can select <strong>MipMap Blend Color (1)</strong> and click <strong>Recompile (2)</strong> button to apply blending. The result will be immediately visible in Preview Window and also in Game.
之后你可以选中 <strong>MipMap Blend Color (1)</strong> 然后点击 <strong>Recompile (2)</strong> 来应用混合。结果会立即在预览界面和游戏中显示。

![](/img/mipmap_editor/tex_editor_compiled.PNG)