✨ Add water shader by Atlas and, flip some faces and experiment with animations
This commit is contained in:
parent
bf6da1e7c9
commit
c50e9258cf
1764 changed files with 303341 additions and 66722 deletions
13
Assets/Editor/x64/Bakery/scripts/xatlas/xatlasEnable.cs
Normal file
13
Assets/Editor/x64/Bakery/scripts/xatlas/xatlasEnable.cs
Normal file
|
@ -0,0 +1,13 @@
|
|||
using UnityEngine;
|
||||
using UnityEditor;
|
||||
using UnityEditor.SceneManagement;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public partial class ftModelPostProcessor : ftModelPostProcessorInternal
|
||||
{
|
||||
public override void UnwrapXatlas(Mesh m, UnwrapParam param)
|
||||
{
|
||||
xatlas.Unwrap(m, uparams);
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue