using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ModelTBNShow : MonoBehaviour {
[Range(0f, 10f)]
public float tbnLen = 0.1f;
[Range(0, 1000)]
public int maxShowNum = 100;
public bool showNormal = true;
public bool
Unity 模型法线切线副切线 显示脚本
最新推荐文章于 2025-03-30 13:23:57 发布