One of my biggest concerns when making a video about three js is whether I should repeat what I've talked about in previous videos (lighting, setup, camera), it confuses me. 😥😥
I think you should just add a little flashback type of clip at begining that explains about previous video cause, No one gonna remeber all this stuff at once...😄
Broo first question how i can also learn three js like for real noo one in any tutorial most probably solve this specific problem so i would never know these features and then i want to make something like this i would just think it cant happen so how you do it
Keep making videos, make more. You are an inspiration. Don't stop!!! We have a saying: “repetition is the mother of learning”. It's okay if you repeat yourself in the topic you're covering. Thank you, with respect and great interest my regards from Russia!
I am little bit confused and i thought u could help me here. seriously, i want your honest opinion if u could have some time for this. i'm a front end developer working in a service bases company in India, having 6+ years experience in frontend and have very good javascript, css knowledge and now i want to enhance my career further and i was thinking to move towards backend tech like node and some database but i stuck here cause everyone is doing MERN things and creating more supply then demand. and if i choose the backend or should i move to more in frontend like 3js or react 3 fibre like AR/VR , webGL, webGPU things etc. what will the career in frontend with this technology? what you say will matter the most for me. i'll wait for your reply. Thankyou.
Another one on three JS would be appreciated and keep the length from 8 to 10 i would suggest as it is easily digestible and encourages hands on practice
i would reaaaaly like if you can make a video about using the camera to add items like furniture to the room and detecting all the objects in the room and wall so u can change the colors of the walls and ply deferent textures to them i tried doing it using openCv but i did complete what i did was as follows my idea was procesing each fram so i started working with a single picture 1: Load image from canvas to OpenCV 2:Convert image to grayscale 3:Apply Gaussian Blur to reduce noise 4: Use adaptive threshold to detect edges 5:Find contours in the edges like long and a edgs that forms an almost closed loop + a tolerance than i couldn't make process the walls in 3d and the rest of it
Hey lun can you do card slider where 5 cards are one above one and when user scroll the screen the cards should slide horizontally and align side by side and those aligned cards should have hovered effects as zoom in when hovered on the horizontally aligned cards should
Can you make a tutorial on how to make a complete custom carousel? Or maybe with some cool techniques I know you did one with Bootstrap but maybe you could do something more advanced?
Bro, Kindly make a playlist for complete Three.js tutorial bcz there is a lack of tutorial video sources for Three js Kindly make it asap brooo🙂🙂🥲🥲🥲 That'll be so helpful for us
So far no tutorial focused on creating 3D stuff. Is it possible at all? Like click the mouse and it creates a cube or a sphere or even a more complex 3D shape. I can create a 3D object mathematically but all I see is the need for either a) creating objects/meshes in a software like Blender, or b) download them somewhere. Can we create a room with a chair and a table, perhaps even texture the surfaces, solely with JS without relying on any .obj files?
Of course, but no one will do it. Each job has a different role, and creating complex 3D models is not the job of programmers and web designers. Trying to create 3D models the wrong way only makes the job more difficult. 😍
@@lundeveloper people who work in teams where lots of different roles exist. Many are solo full stack devs. I do html, css, js, and backend including database. Can't hire a backend dev nor 3D artist for my projects :D
There was a part of the video where he downloads the terrain and merges the texture with a model on some website. He said he'll put it in the description. I keep rewatching the video and there's none. Where did that disappear?
In next video can you make about CSS tricks video like previously you created below videos. I vote for CSS videos th-cam.com/video/b6dI42vEsrs/w-d-xo.html th-cam.com/video/aCWeVAu0v2U/w-d-xo.html
One of my biggest concerns when making a video about three js is whether I should repeat what I've talked about in previous videos (lighting, setup, camera), it confuses me. 😥😥
I think you should just add a little flashback type of clip at begining that explains about previous video cause, No one gonna remeber all this stuff at once...😄
Broo first question how i can also learn three js like for real noo one in any tutorial most probably solve this specific problem so i would never know these features and then i want to make something like this i would just think it cant happen so how you do it
and ya we got planting trees simulator online before gta 6
Keep making videos, make more. You are an inspiration. Don't stop!!! We have a saying: “repetition is the mother of learning”. It's okay if you repeat yourself in the topic you're covering. Thank you, with respect and great interest my regards from Russia!
Yes
please make full tutorial on three js from start. your explanation skill are up to the mark!
UP!
Is this length too short? Should I speak slower and make the video longer?
Yip
Yes
very short, please more longer video, haha
No it's okay or I can say perfect
Pls create next video on super cool js libraries
And I missed the sound of your Lundev logo 😢
No its perfect
Thank you , I was looking forward to more videos from ThreeJs , appreciated
The best and most exciting TH-cam channel ever 😂❤
Yes, want more video on 3js or react 3 fibre.
I am little bit confused and i thought u could help me here. seriously, i want your honest opinion if u could have some time for this.
i'm a front end developer working in a service bases company in India, having 6+ years experience in frontend and have very good javascript, css knowledge and now i want to enhance my career further and i was thinking to move towards backend tech like node and some database but i stuck here cause everyone is doing MERN things and creating more supply then demand. and if i choose the backend or should i move to more in frontend like 3js or react 3 fibre like AR/VR , webGL, webGPU things etc. what will the career in frontend with this technology?
what you say will matter the most for me. i'll wait for your reply.
Thankyou.
Bro, I'm eagerly waiting for your honest opinion. Please
Awesome 2nd part of THREE.JS of course I would like to see more. 🙂
Thanks for watching my content brother 😍
@@lundeveloper All of your video's brother. I am part of your community.
Continue with videos about Three.js
Great video! Would love a tutorial or playlist that goes over everything like this. Really helpful stuff, keep it up! 👍
Thank you 😁
Do you have any ideas for planting more trees in our forest? 😍😍
i have idea, make game runner with threejs,
Yeah
after create many trees, Building a First Person Camera with threejs,
❤
Yes, I want more video on Three.js
Needs more 🔥 vids for theeejs, I like how it looks on scroll(for example with lenis). Thanks for great explanations
Thanks brother ❤️
Continue you're the best
Great video..👏
thank you for explaining this three.js concept misterbeast 💗
😅😅😅
Another one on three JS would be appreciated and keep the length from 8 to 10 i would suggest as it is easily digestible and encourages hands on practice
First viewer, 1st like. Haven't even watched yet 😂
Just know the video's gonna be *awesome* like all your other videos
Thank you so much brother 😁
i would reaaaaly like if you can make a video about
using the camera to add items like furniture to the room
and detecting all the objects in the room and wall so u can change the colors of the walls and ply deferent textures to them
i tried doing it using openCv but i did complete what i did was as follows
my idea was procesing each fram
so i started working with a single picture
1: Load image from canvas to OpenCV
2:Convert image to grayscale
3:Apply Gaussian Blur to reduce noise
4: Use adaptive threshold to detect edges
5:Find contours in the edges like long and a edgs that forms an almost closed loop + a tolerance
than i couldn't make process the walls in 3d and the rest of it
I just refreshed my TH-cam and the video just popped up like TaDa
Hey lun can you do card slider where 5 cards are one above one and when user scroll the screen the cards should slide horizontally and align side by side and those aligned cards should have hovered effects as zoom in when hovered on the horizontally aligned cards should
I don’t know anything about Three Js but I’m curious to learn this can you make a detailed tutorial for beginners?
Can you make a tutorial on how to make a complete custom carousel? Or maybe with some cool techniques
I know you did one with Bootstrap but maybe you could do something more advanced?
Bro, Kindly make a playlist for complete Three.js tutorial bcz there is a lack of tutorial video sources for Three js
Kindly make it asap brooo🙂🙂🥲🥲🥲
That'll be so helpful for us
Hi, Thank you for your great information's, Can you pleas let me know which theme you use it in your visual studio ?
Please check description this video
@@lundeveloper Perfect Thank you so much body ❤
So far no tutorial focused on creating 3D stuff. Is it possible at all? Like click the mouse and it creates a cube or a sphere or even a more complex 3D shape.
I can create a 3D object mathematically but all I see is the need for either a) creating objects/meshes in a software like Blender, or b) download them somewhere.
Can we create a room with a chair and a table, perhaps even texture the surfaces, solely with JS without relying on any .obj files?
Of course, but no one will do it. Each job has a different role, and creating complex 3D models is not the job of programmers and web designers. Trying to create 3D models the wrong way only makes the job more difficult. 😍
@@lundeveloper people who work in teams where lots of different roles exist. Many are solo full stack devs.
I do html, css, js, and backend including database. Can't hire a backend dev nor 3D artist for my projects :D
There was a part of the video where he downloads the terrain and merges the texture with a model on some website. He said he'll put it in the description. I keep rewatching the video and there's none. Where did that disappear?
What do you say about frontend libraries? You opinion matters
Uffff tremendo
GSAP and advance CSS tips tricks / property
yes sirrrr
❤❤❤
Bro, change the voice. Use someone else's. This will work for short time not long time. It's a good time to change the voice. Love you bro.
Hyy, Can you create a Music web application? How to control song? Next song and go back to previous, how can??
If it can be simple Js??
I want a treejs full course!
Bro make a complete css course then javascript 😅
yeaaaahhh!!
What ai voice do you use please tell
Very good video can I make it work offline❤
Of course, please remember to download the threejs and gsap 😍
@@lundeveloper thanks for reply never been replied from a TH-camr
Please make a full course of 3js from beginner to advance for free please sir 🙇💗
r3f with react please
❤
first person here
Na I was bro. 13:30 GMT +1 as soon as it dropped
Thank brother ❤
@@TriumphAidenojie Thanks brother too 😁😁😁😁😁😁
Continue with Three.js :) meanwhile, how can you go and plant trees on the surface of this plane, rather then to y position 0?
Can I get previous video code for learning please
Of course, please review that video, I provide the code in that video.
@@lundeveloper I watch you old all of videos i love it❤️❤️ i know you have website can get code from there🤔
make three js more.
see more video like this, THREEJS....
Bro how did you had that search link 😮
@@RajPal-x9o😮😮😮
@@lundeveloper
Are you also shocked like me is I can only see that this comment three.js acts like a link or every body can see that
Continue with three.js
Ông có thể làm một video threejs tutorial bằng tiếng việt được không :33
Ủa ông sinh năm 1954 hở 🥹
@@lundeveloper không chuỗi random của gg
@@ductran1954 Hú hồn, tưởng bác lớn tuổi còn phải đi code 😭😭😭
Want mpre detailed things
Plz stick with css effects
Yes I Will 😍
if you click on the top of the mountain, only the top of the tree will be visible. because y = 0. Why would anyone want this? wtf
3D is also a way of simulating reality, can you reach the top of the mountain just by seeing it? You have to get close, because our arms are short 🤧
y = 0 … well that will not work on a hill or a mountain. It will totally disappear
In next video can you make about CSS tricks video like previously you created below videos. I vote for CSS videos
th-cam.com/video/b6dI42vEsrs/w-d-xo.html
th-cam.com/video/aCWeVAu0v2U/w-d-xo.html
do more three.js but in react, thx:)