- Видео 198
- Просмотров 172 802
kmoore562
Добавлен 6 июл 2006
This channel teaches viewers how to accurately model 3D objects, render them, and creat game-like virtual walkthroughs. I use Rhino 3D, Blender, and the Unreal Engine.
Rhino 8 Modeling Darth Vader's Lightsaber 2025 Version (part 2)
Technical modeling. Array Polar, Pipe, Extrude, User Interface, Layers, Object Naming.
Python Script for Object Naming:
! _-RunPythonScript (
import rhinoscriptsyntax as rs
def LayerNameToObject():
layers=rs.LayerNames()
for layer in layers:
objs=rs.ObjectsByLayer(layer)
rs.ObjectName(objs,layer)
LayerNameToObject()
)
Python Script for Object Naming:
! _-RunPythonScript (
import rhinoscriptsyntax as rs
def LayerNameToObject():
layers=rs.LayerNames()
for layer in layers:
objs=rs.ObjectsByLayer(layer)
rs.ObjectName(objs,layer)
LayerNameToObject()
)
Просмотров: 17
Видео
Rhino 8 Modeling Darth Vader's Lightsaber 2025 version (part 1)
Просмотров 272 часа назад
Technical modeling. Array Polar, Pipe, Extrude, User Interface, Layers
Unreal Engine 5 Better Glass
Просмотров 2332 месяца назад
How to make better glass in Unreal Engine. Easier on your graphics card and less weird artifacts. You need to enable substrate materials in the project settings.
Unreal Engine 5 Render an Image
Просмотров 1942 месяца назад
Unreal Engine three different ways to render a still image in Unreal Engine 5 Console Variables List (set them all to 0): r.AmbientOcclusion.Denoiser.TemporalAccumulation r.GlobalIllumination.Denoiser.TemporalAccumulation r.Reflections.Denoiser.TemporalAccumulation r.Shadow.Denoiser.TemporalAccumulation
A Walkthrough: Prism Gallery
Просмотров 364 месяца назад
Created using Unreal Engine, Blender, Rhino 3D, Canvas, 3D Printers, Oil Paints, Epoxy Resin, Acrylic Paints, and passion. Architecture and artwork by Kevin Moore.
Unreal Engine 5 add a TV with Video
Просмотров 1165 месяцев назад
Model a TV in Rhino 3d and add to Unreal Engine with media player and sound component. Looping. Trigger box.
Unreal Engine 5 add VR with Smooth Locomotion
Просмотров 1,5 тыс.8 месяцев назад
Add VR to first person template. Create smooth locomotion input. Package project.
Unreal Engine 5 VR grab objects
Просмотров 6368 месяцев назад
Switch meshes for grab actors to custom meshes in VR.
Unreal Engine 5 Physics and Collisions
Просмотров 3119 месяцев назад
Basic collisions for navigating the playspace.
Unreal Engine 5 Packaging for Mac and PC
Просмотров 3,2 тыс.9 месяцев назад
Making a program file from your project
Unreal Engine Bridge Content and Ultra Dynamic Sky
Просмотров 2069 месяцев назад
Add materials and meshes from the Bridge, Unreal Engine marketplace, Ultra Dynamic Sky
Architecture Visualization Unreal Engine Lighting
Просмотров 1959 месяцев назад
Architecture Visualization Unreal Engine Lighting
Architecture Visualization Introduction to the Unreal Engine
Просмотров 3829 месяцев назад
Architecture Visualization Introduction to the Unreal Engine
Architecture Visualization Rhino 8 to Unreal Engine
Просмотров 5889 месяцев назад
Architecture Visualization Rhino 8 to Unreal Engine
Architecture Visualization Blender Lighting and Rendering
Просмотров 1149 месяцев назад
Architecture Visualization Blender Lighting and Rendering
Blender Optimize Project and Clean Up
Просмотров 1439 месяцев назад
Blender Optimize Project and Clean Up
Architecture Visualization Blender Materials and UV Mapping
Просмотров 3729 месяцев назад
Architecture Visualization Blender Materials and UV Mapping
Rhino 8 Architecture Visualization Making the Art
Просмотров 40910 месяцев назад
Rhino 8 Architecture Visualization Making the Art
Rhino 8 Architecture Visualization (part 2). Modeling the Museum
Просмотров 1,2 тыс.10 месяцев назад
Rhino 8 Architecture Visualization (part 2). Modeling the Museum
Rhino 8 Architecture Visualization (part 1) Basic 2d Architectural Plan
Просмотров 87110 месяцев назад
Rhino 8 Architecture Visualization (part 1) Basic 2d Architectural Plan
Rhino 8 and Blender Telecaster (part 4 of 4)
Просмотров 13210 месяцев назад
Rhino 8 and Blender Telecaster (part 4 of 4)
Rhino 8 Telecaster Rendering (part 3 of 4)
Просмотров 49210 месяцев назад
Rhino 8 Telecaster Rendering (part 3 of 4)
you can just do third angle projection and it does it all for you automatically. then adjust lines accordigly
You saved my life my friend, thanks. So many tutorials and this is the only one that really helped.
genius
Criminally low views for a very informative and helpful video, greatly appreciated for your help, good sir!
there is no Universal Windows Platform Development now. what to do?
Excellent! Thank you
Glass in UE is notoriously tricky for us new apes. I've been struggling with finding a balance between performance and basic functionality and something reasonably aesthetic. This is a worthy alt in achieving better performance with a basic glass material. Sofar, within the Shader Complexity viewport it performs better than most. Thx for the video.
you are the goat man
that is clever but for someone who just needs to get it done one. Not for people who want to really learn.
This is amazing
Thank you super helpful!
thank you
I don't have Universal Windows Platform Development". What do I do? I'm so frustrated with this issue, nothing seems to get it to package
it changed title, but the descriptive text is the same as in the video above.
BEST SOLUTION DONE WITHIN 2 MIN
Overlapping UVs cause issues with lighting calculations and performance,in game engines. It's recommended to unwrap your model properly and avoid overlapping UVs to ensure accurate shadow baking and performance I really appreciated the walkthrough of the tool it's a really great video otherwise here
thank you so much for this video, when I move the packaged project to another system or PC, media doesn't play. its black screen. how can I solve this? thank you
@@shahabadeli2517 make sure you zip the project folder up. Sometimes there are hidden files that don’t transfer with a simple copy and paste.
@@kmoore562 thank you, i will test and share results with you. thank you so much
Hello man I wanna ask,I'm planning to start my journey with unreal engine btw I know absolute nothing but I want to start as a beginner because it's a dream of mine to create a game but I wanna know how much time should I spend daily learning,and how much will it takes me to create my own game.and thank u🙏
@@ilyateev_ilyass I would recommend learning how to 3d model first so you can create assets for your game. Check out blender guru. Blender is a great app.
You should just do as much as you can, if it's fun learning and creating - then continue doing so. As soon as it stops being fun, just stop and come back whenever you find the motivation.
Randomly recommended this and it was just what i needed, thanks for taking the time
amazing, i'm glad i found your channel, i finally understand mapping
thanks a lot, you saved me
Saved me for my design assessment <3
great! what's your material setup for the window glass please?
I well do it
will you marry me?
Your channel is so informative and so underrated.
the materials tab doesnt show on mine
@@hellinahandbaschetwith4cats You can type materials in the command line and it will pop up. Or there is the little wheel on the right side of the tool panel. If you click on that there is a setting called panels and you can scroll through them and select the materials window to add it to your sidebar .
@@kmoore562 thanks mate
When packaging for mac, is it architecture specific? Or do you have to package for arm64 macs differently from x86_64 macs?
@@dom1437 no it is not specific. Just have the correct version of Xcode installed.
Neat
I tried in every way I followed the tutorial to the letter but the player with the controllers does not move .. can you post the modified project?
nice
Thanks a lot you i like your channel
Thanks so much, you really helped me!!!❤
how did you install your ios sdk on windows and what version of UE5 do you have? because i see that: Windows Metal shader compiler currently does not work in UE 5.1 through UE 5.4.
Thank you so much!!
Try Boolean split instead of just split 😊
AMAAAAZING! especially for that macro button
Is it possible for me to convert that into a fbx file. Adn if so How?
Very nice and utile !
It almost never work and should rather be called Simply SHIT!
qué bueno broder
Man, it doesn't look like it
Still helped me learn how to make a couch tho
Awesome tutorial. is it possible to package a Mac version output in Unreal Engine from a Windows operating system.?
Yea but you have to have a developer account.
@@kmoore562 thanks 👍
@@kmoore562 Do you know of any tutorials on how to do this?
@@kmoore562misinformation
This was so helpful, Thank you
thank you so much, this was extremely helpful
F
Sir this is absolutely amazing! I'm currently learning Rhino to expand my knowledge of Architectural software packages (I mainly use Revit and AutoCAD) and most of the tutorials I see don't go through a "real world" architectural application so I'm super grateful for this. You've definitely earned my subscription and I will be sharing this video to my class mates. Many thanks again for putting this out there and have a great week!
'Promosm'
Great stuff, I am new to Rhino and just downloaded the trial version to decide if I can work in it and want to purchase it. This is SOOO helpful for someone who has never used Rhino before. Thanks this gives me the confidence to learn this program from a starting point🙂
Thank you
MORE ,please!!!!!😍😍😍😍
Many thanks !!!!🤩🤩🤩