当前位置:网站首页>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 :
边栏推荐
- 【人话版】WEB3黑暗森林中的隐私博弈
- 205. isomorphic string
- MFC窗口滚动条用法
- PageObject模式解析及案例
- 【TA-霜狼_may-《百人计划》】1.1 渲染流水线
- JMeter login failure, extracting login token, and obtaining token problem solving
- [TA frost wolf \u may- hundred people plan] 2.4 traditional empirical lighting model
- LeetCode 1380. Lucky number in matrix
- 静态库使用MFC和共享库使用MFC的区别
- 431. 将 N 叉树编码为二叉树 DFS
猜你喜欢

The programmer's girlfriend gave me a fatigue driving test

京东智能客服言犀意图体系搭建和意图识别技术介绍

Volley parsing data shows networking failure
![[TA frost wolf \u may- hundred people plan] 2.4 traditional empirical lighting model](/img/05/85c004e4fbfc8d4984ac04ddb1190b.png)
[TA frost wolf \u may- hundred people plan] 2.4 traditional empirical lighting model

基于Unet的环路滤波

Unexpected token o in JSON at position 1 ,JSON解析问题

Visit the image URL stored by Alibaba cloud to preview the thumbnail directly on the web page instead of downloading it directly

Appium fundamentals of automated testing - basic principles of appium

Sort linked list (merge sort)
![[TA frost wolf \u may- hundred talents plan] 1.2.3 MVP matrix operation](/img/4e/8cf60bc816441967c04f97c64685a1.png)
[TA frost wolf \u may- hundred talents plan] 1.2.3 MVP matrix operation
随机推荐
242. 有效的字母异位词
线程常用方法与守护线程
409. 最长回文串
【历史上的今天】6 月 30 日:冯·诺依曼发表第一份草案;九十年代末的半导体大战;CBS 收购 CNET
分账技术赋能农贸市场,重塑交易管理服务效能
409. longest palindrome
Inventory the six second level capabilities of Huawei cloud gaussdb (for redis)
【TA-霜狼_may-《百人計劃》】2.3 常用函數介紹
392. 判断子序列
283.移动零
Addition without addition, subtraction, multiplication and division
[TA frost wolf \u may- hundred people plan] 2.3 introduction to common functions
[party benefits] jsonobject to string, leave blank
10、Scanner. Next() cannot read spaces /indexof -1
[ta- frost wolf \u may- hundred people plan] 1.1 rendering pipeline
SEM of C language_ Tvariable type
PageObject模式解析及案例
Error: plug ins declaring extensions or extension points must set the singleton directive to true
HoloLens2开发环境搭建及部署app
在 C 中声明函数之前调用函数会发生什么?