summaryrefslogtreecommitdiff
path: root/VRCSDK3Worlds/Assets/Editor/x64/Bakery/scripts/xatlas/xatlasEnable.cs
blob: 40b47ade6259a11486d138fe78bc4b8e710dba76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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);
    }
}