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 模型法线切线副切线 显示脚本
最新推荐文章于 2024-09-13 11:01:26 发布
本文介绍Unity中模型法线、切线和副切线的概念,并提供用于显示这些信息的工具脚本。通过参考相关教程,帮助开发者理解法线矩阵在图形渲染中的应用。

最低0.47元/天 解锁文章
2408

被折叠的 条评论
为什么被折叠?



