Тёмный
Guidev
Guidev
Guidev
Подписаться
Game and software development tutorials
Bezier Curves Explained
3:04
6 лет назад
Комментарии
@jobairhasan-99j
@jobairhasan-99j Месяц назад
"a biizzee curve"💀💀
@mals62
@mals62 Месяц назад
AMAZINGG
@MusobarMedia
@MusobarMedia 2 месяца назад
thank you very much
@CrueMusic
@CrueMusic 2 месяца назад
Great visualization
@frauwu
@frauwu 2 месяца назад
5:30. в return fixed4(cosineAngle, cosineAngle, cosineAngle, 1.0); выдаёт ошибку incorrect number of arguments to numeric-type constructor
@Rami7605
@Rami7605 2 месяца назад
nice tutorial - straight to the point, simple, yet very useful for noobs
@vishalmishra3046
@vishalmishra3046 3 месяца назад
*4 Points Quartic curve* L3 = (1-t) P3 + t P4 Q2 = (1-t) L2 + t L3 C1 = (1-t) Q1 + t Q2 q0 = (1-t) C0 + t C1 q0 = (1-t)^4 P0 + 4 (1-t)^3 t P1 + 6 (1-t)^2 t^2 P2 + 4 (1-t) t^3 P3 + t^4 P4 And so on ...
@vishalmishra3046
@vishalmishra3046 3 месяца назад
*WHAT* ? Bezier curves were really this simple and so easily explainable by a 3 min video ? Great video and thanks so much for sharing this wonderful video with such simple explanation.
@asmodeuseanime
@asmodeuseanime 3 месяца назад
Я потратил весь день и в итоге узнаю что нету 5 части 😢
@PRO100-Max
@PRO100-Max 4 месяца назад
Всё сработало, спасибо, красивый шейдер.
@pedro_soares_bhz
@pedro_soares_bhz 4 месяца назад
Wow, that was beautiful.
@pivinis
@pivinis 4 месяца назад
Thanks You😀😀😀😀😀😀😀😇
@hike8932
@hike8932 4 месяца назад
This is the best explanation for linear curves in my opinion, the equations do get a little complicated further but thats how it is and the visulizatuon is simply too good
@cqRobinson
@cqRobinson 4 месяца назад
How do you connect curves? For example, how does one use Quad Bezier to interpolate from P0 to P3?
@lucutes2936
@lucutes2936 5 месяцев назад
no shader graphs? :(
@yagosantanna8548
@yagosantanna8548 5 месяцев назад
Simple and direct, thank you (:
@tomasgarza1249
@tomasgarza1249 5 месяцев назад
That is so beautiful
@MohamedOsama-mz1mg
@MohamedOsama-mz1mg 5 месяцев назад
omg better than lectures explaining it in like 20 mins
@onesandzeroes4203
@onesandzeroes4203 6 месяцев назад
Thank you so much, I need this for something. Very short and straight to the point.
@unrep8935
@unrep8935 6 месяцев назад
Lucid explanation, so good, many thanks, such a help!
@user-pe9tj5fn4e
@user-pe9tj5fn4e 6 месяцев назад
Amazing explanation, Thank you so much !!
@x_x8491
@x_x8491 7 месяцев назад
U r Smart, thx
@nomisnibor
@nomisnibor 7 месяцев назад
Awesome, do you guys knowwhy it does take a while before the portal starts showing up and needs to be collide to be revealed?
@nomisnibor
@nomisnibor 7 месяцев назад
Awesome bro you rock! Thank you. Is there anyone who know why it took a long time to show the door and also why I need to reach the door location to start to reveal the door?
@crazyboyrish2577
@crazyboyrish2577 6 месяцев назад
Is it free to create this or we have to buy any package?
@nomisnibor
@nomisnibor 6 месяцев назад
@@crazyboyrish2577 free
@nomisnibor
@nomisnibor 6 месяцев назад
free@@crazyboyrish2577
@ainhoaalarcon8571
@ainhoaalarcon8571 7 месяцев назад
Thx so much!! So cool!!! :)))
@allansmith350
@allansmith350 8 месяцев назад
wow, this was massively helpful in better understanding something I have used every day for decades! love it
@chrstyamber
@chrstyamber 8 месяцев назад
I tried downloading the Google ARCore SDK but thewebpage to the the github link is not found. any suggestion where shud I download it?
@WalrusesAreTheOne
@WalrusesAreTheOne 8 месяцев назад
Also AR Core Session does not seem to exist anymore.. there is only AR Session, but it does not look the same as what you've got.
@WalrusesAreTheOne
@WalrusesAreTheOne 8 месяцев назад
So if I'm doing this for ARkit, what do I put as a component instead of AR Core session? What other customizations do I need to make for ARkit? Thanks
@WalrusesAreTheOne
@WalrusesAreTheOne 8 месяцев назад
Question: I once saw a tutorial like this, but it used a mask material instead of a stencil buffer. It seemed way easier to just apply a material to the outsides that would make it invisible than to set up a stencil buffer. Is there a reason this way is better? Thanks
@lullu3467
@lullu3467 8 месяцев назад
so far the best
@saranyamanikandan5271
@saranyamanikandan5271 8 месяцев назад
Really awesome explanation sir😊
@memesalldayjack3267
@memesalldayjack3267 9 месяцев назад
this video is very good, so I'm leaving a like and a comment to boost it in the algorithm, and i think the only way it could be better, is if it made it easier to do it yourself on paper, with real numbers instead of only using variables
@cchriz4292
@cchriz4292 9 месяцев назад
wow my head has never been so clear
@tahmimohamedcherif1161
@tahmimohamedcherif1161 9 месяцев назад
❤❤
@racing_mntage1584
@racing_mntage1584 9 месяцев назад
Thanks
@saolairde396
@saolairde396 9 месяцев назад
Brilliant thank you! ❤
@ANJA-mj1to
@ANJA-mj1to 9 месяцев назад
Valuable content! Bezier curves are used in computer graphics 21.st. to draw shapes for instance VECTOR graphics as well as ANIMATION defined by control ~POINTS~. YOU HAVEE DEFINE ALL POINTS AND CURVES. Points that are not always on the cureve as well as the order equals the number of points mins one with big issue how computer graphics it's POSSIBLE TO OTIMIZE INTESECTION TEST. Thank you
@ourabig
@ourabig 9 месяцев назад
rak nadi 3lach mab9itich kadir videos ra vide nfe3ni kifach t3elemti
@malazhariy-programming
@malazhariy-programming 10 месяцев назад
Thanks for the video 💙
@kmhkb942
@kmhkb942 10 месяцев назад
seems like a great tutorial, but I'm new and I don't understand anything, lol
@yolamontalvan9502
@yolamontalvan9502 10 месяцев назад
Thanks for the explanation. You haven’t made a video for a year. What do you think of Unity?
@inthrall
@inthrall 11 месяцев назад
Worthless. 2017 and not updated. Don't waste your time with this guy as he doesn't respond to messages or requests.
@dimitardimitrov7950
@dimitardimitrov7950 11 месяцев назад
Hi nice tutorial.How can i chang it so insted of Color i can use a Texture.
@_soundwave_
@_soundwave_ 11 месяцев назад
I think this will create a lot of interest in math class.
@hadinajdi6760
@hadinajdi6760 Год назад
is it possible to use the same code but make each joint rotate differently?
@hanhan-fm8kh
@hanhan-fm8kh Год назад
very helpful, if you can provide the script link will be better
@tahmidbhuiyan5591
@tahmidbhuiyan5591 Год назад
bizzy curves
@lolvonlolipopp
@lolvonlolipopp Год назад
Brilliant!
@fenggu-qi5su
@fenggu-qi5su Год назад
In the new version of Unity, after writing [Enum(CompareFunction)] _StencilComp("Stencil Comp", Int) = 3 code, please modify the Stencil Comp in the inspector panel of all Sponza materials to Equal.