当前位置:网站首页>Unity's 3D multi-point arrow navigation
Unity's 3D multi-point arrow navigation
2022-07-01 03:57:00 【itsxwz】
2022.06.28
- When leaving the first navigation point , Arrow automatically creates the next arrow , This method can control the distance between the two arrows . In addition, you can use time to control the timing of the next arrow generation . When the first arrow reaches the last navigation point , Reclaim the arrow , That is to say, at most one arrow is reserved .
- The arrow displacement is through transform.position Data superimposed , It can control its moving speed .
- The direction of the arrow is for each set of paths ( Start and end two navigation points ) The direction of , Be careful : If you use a three-dimensional model , It is required that the axis corresponding to the model in the world space coordinate system be assigned as the direction . in addition , The center point and center of gravity of the model must coincide .
- Some path segment arrows are not flat , This problem has not been solved yet , There are two ideas :1) Through the direction vector and Vector3 The angle corresponding to the axial direction can be obtained from the fractional vector in each direction , And then convert it to the desired degree of rotation ;2) Determine two vectors through three points , And then find its normal vector , Set the corresponding axial orientation according to the normal vector , None of them passed the verification .
2022.06.29
- Specification of model making , No problem ~
design sketch :
边栏推荐
- All in one 1086: Jiaogu conjecture
- 25.K个一组翻转链表
- [TA frost wolf \u may- hundred people plan] 2.4 traditional empirical lighting model
- [TA frost wolf \u may- hundred people plan] 1.3 secret of texture
- 【TA-霜狼_may-《百人计划》】1.1 渲染流水线
- [TA frost wolf _may - "hundred people plan"] 1.4 introduction to PC mobile phone graphics API
- 6. zigzag transformation
- Implement pow (x, n) function
- 基于Unet的环路滤波
- “目标检测“+“视觉理解“实现对输入图像的理解
猜你喜欢

不同性能测试工具的并发模式

线程常用方法与守护线程

NFT:使用 EIP-2981 开启 NFT 版税之旅

How keil displays Chinese annotations (simple with pictures)

JMeter学习笔记2-图形界面简单介绍

Why can't you find the corresponding function by clicking go to definiton (super easy has a diagram)

盘点华为云GaussDB(for Redis)六大秒级能力

Unexpected token o in JSON at position 1, JSON parsing problem
![[ta- frost wolf \u may- hundred people plan] 1.1 rendering pipeline](/img/af/4498382bc47d8c9ae41c407b9d1265.png)
[ta- frost wolf \u may- hundred people plan] 1.1 rendering pipeline

Edge浏览器的小技巧:Enter+Ctrl可以自动将地址栏转换为网址
随机推荐
Its appearance makes competitors tremble. Interpretation of Sony vision-s 02 products
浏览器顶部loading(来自知乎)
Future of NTF and trends in 2022
采购数智化爆发在即,支出宝'3+2'体系助力企业打造核心竞争优势
TS type gymnastics: illustrating a complex advanced type
Blueprism registration, download and install -rpa Chapter 1
166. 分数到小数
【人话版】WEB3黑暗森林中的隐私博弈
快速筛选打卡时间日期等数据:EXCEL筛选查找某一时间点是否在某一时间段内
187. repeated DNA sequences
MFC window scroll bar usage
165. 比较版本号
What does ft mean in the data book table
Idea plug-in backup table
How keil displays Chinese annotations (simple with pictures)
Visit the image URL stored by Alibaba cloud to preview the thumbnail directly on the web page instead of downloading it directly
Analyse et cas du modèle pageobject
Jenkins自动清理构建历史
使用selenium自动化测试工具爬取高考相关院校专业招生分数线及排名情况
Unexpected token o in JSON at position 1 ,JSON解析问题