kmoore562
kmoore562
  • Видео 198
  • Просмотров 172 802
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()
)
Просмотров: 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
Rhino UV Artwork
Просмотров 752 месяца назад
Basic UV Map for artwork on a canvas.
Rhino 3d Edit UV to Fit Design
Просмотров 1423 месяца назад
Packaging Design Rhino 3D
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 Door Animation
Просмотров 849 месяцев назад
Physics, static mesh, timeline, constraint
Unreal Engine 5 Sound Cue
Просмотров 449 месяцев назад
Sound Cue, WAV, Unreal Engine, Music
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
Blender Simple Bake
Просмотров 2779 месяцев назад
Blender Simple Bake
Blender Basic Texture Painting
Просмотров 589 месяцев назад
Blender Basic Texture Painting
Architecture Visualization Blender Materials and UV Mapping
Просмотров 3729 месяцев назад
Architecture Visualization Blender Materials and UV Mapping
Architecture Visualization Blender
Просмотров 26010 месяцев назад
Architecture Visualization Blender
Rhino 8 Architecture Visualization Making the Art
Просмотров 40910 месяцев назад
Rhino 8 Architecture Visualization Making the Art
Rhino 8 Model a Spider
Просмотров 17610 месяцев назад
Rhino 8 Model a Spider
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)

Комментарии

  • @matthewshaw9340
    @matthewshaw9340 2 дня назад

    you can just do third angle projection and it does it all for you automatically. then adjust lines accordigly

  • @guillesvn3964
    @guillesvn3964 5 дней назад

    You saved my life my friend, thanks. So many tutorials and this is the only one that really helped.

  • @frandiaz6094
    @frandiaz6094 10 дней назад

    genius

  • @TopherBinx
    @TopherBinx 14 дней назад

    Criminally low views for a very informative and helpful video, greatly appreciated for your help, good sir!

  • @abfdeveloper5701
    @abfdeveloper5701 20 дней назад

    there is no Universal Windows Platform Development now. what to do?

  • @nate-zr1ez
    @nate-zr1ez Месяц назад

    Excellent! Thank you

  • @StemSplitter
    @StemSplitter Месяц назад

    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.

  • @yasinxgultekin
    @yasinxgultekin Месяц назад

    you are the goat man

  • @wisdomkhan
    @wisdomkhan Месяц назад

    that is clever but for someone who just needs to get it done one. Not for people who want to really learn.

  • @niccody93
    @niccody93 Месяц назад

    This is amazing

  • @ellaural1600
    @ellaural1600 Месяц назад

    Thank you super helpful!

  • @cata0p
    @cata0p Месяц назад

    thank you

  • @arielshtern4125
    @arielshtern4125 Месяц назад

    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

    • @grit-mike
      @grit-mike Месяц назад

      it changed title, but the descriptive text is the same as in the video above.

  • @DimpleChelwani-x5d
    @DimpleChelwani-x5d Месяц назад

    BEST SOLUTION DONE WITHIN 2 MIN

  • @nv7287
    @nv7287 2 месяца назад

    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

  • @shahabadeli2517
    @shahabadeli2517 2 месяца назад

    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

    • @kmoore562
      @kmoore562 2 месяца назад

      @@shahabadeli2517 make sure you zip the project folder up. Sometimes there are hidden files that don’t transfer with a simple copy and paste.

    • @shahabadeli2517
      @shahabadeli2517 2 месяца назад

      @@kmoore562 thank you, i will test and share results with you. thank you so much

  • @ilyateev_ilyass
    @ilyateev_ilyass 2 месяца назад

    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🙏

    • @kmoore562
      @kmoore562 2 месяца назад

      @@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.

    • @Gudnamed
      @Gudnamed 2 месяца назад

      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.

    • @WeeGeeX
      @WeeGeeX 2 месяца назад

      Randomly recommended this and it was just what i needed, thanks for taking the time

  • @dianaburiu2126
    @dianaburiu2126 2 месяца назад

    amazing, i'm glad i found your channel, i finally understand mapping

  • @AREKO_ESTUDIO
    @AREKO_ESTUDIO 2 месяца назад

    thanks a lot, you saved me

  • @nopeless8443
    @nopeless8443 3 месяца назад

    Saved me for my design assessment <3

  • @YusufDeif
    @YusufDeif 3 месяца назад

    great! what's your material setup for the window glass please?

  •  3 месяца назад

    I well do it

  • @ayachaaan0_0
    @ayachaaan0_0 4 месяца назад

    will you marry me?

  • @omsaindane8786
    @omsaindane8786 4 месяца назад

    Your channel is so informative and so underrated.

  • @hellinahandbaschetwith4cats
    @hellinahandbaschetwith4cats 4 месяца назад

    the materials tab doesnt show on mine

    • @kmoore562
      @kmoore562 3 месяца назад

      @@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 .

    • @hellinahandbaschetwith4cats
      @hellinahandbaschetwith4cats 3 месяца назад

      @@kmoore562 thanks mate

  • @dom1437
    @dom1437 4 месяца назад

    When packaging for mac, is it architecture specific? Or do you have to package for arm64 macs differently from x86_64 macs?

    • @kmoore562
      @kmoore562 4 месяца назад

      @@dom1437 no it is not specific. Just have the correct version of Xcode installed.

  • @cathalmccarthy1721
    @cathalmccarthy1721 4 месяца назад

    Neat

  • @stefanocambazzu7146
    @stefanocambazzu7146 4 месяца назад

    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?

  • @pieru
    @pieru 5 месяцев назад

    nice

  • @MohammedMayas
    @MohammedMayas 5 месяцев назад

    Thanks a lot you i like your channel

  • @Sou_ludlima
    @Sou_ludlima 5 месяцев назад

    Thanks so much, you really helped me!!!❤

  • @levexe
    @levexe 5 месяцев назад

    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.

  • @MartinoFlores-k6s
    @MartinoFlores-k6s 6 месяцев назад

    Thank you so much!!

  • @invencibletheory
    @invencibletheory 6 месяцев назад

    Try Boolean split instead of just split 😊

  • @ghitazerrouk2266
    @ghitazerrouk2266 7 месяцев назад

    AMAAAAZING! especially for that macro button

  • @tusarosnow9858
    @tusarosnow9858 7 месяцев назад

    Is it possible for me to convert that into a fbx file. Adn if so How?

  • @projetsgroupeactif
    @projetsgroupeactif 7 месяцев назад

    Very nice and utile !

  • @MrBiGGThink
    @MrBiGGThink 8 месяцев назад

    It almost never work and should rather be called Simply SHIT!

  • @leocintranomccusker5844
    @leocintranomccusker5844 8 месяцев назад

    qué bueno broder

  • @siniiniger
    @siniiniger 8 месяцев назад

    Man, it doesn't look like it

    • @frog_dna4344
      @frog_dna4344 5 месяцев назад

      Still helped me learn how to make a couch tho

  • @smrajanrk
    @smrajanrk 8 месяцев назад

    Awesome tutorial. is it possible to package a Mac version output in Unreal Engine from a Windows operating system.?

    • @kmoore562
      @kmoore562 7 месяцев назад

      Yea but you have to have a developer account.

    • @smrajanrk
      @smrajanrk 7 месяцев назад

      @@kmoore562 thanks 👍

    • @chelfyn
      @chelfyn 5 месяцев назад

      @@kmoore562 Do you know of any tutorials on how to do this?

    • @JP-do5tc
      @JP-do5tc 3 месяца назад

      @@kmoore562misinformation

  • @DT-mb9eo
    @DT-mb9eo 9 месяцев назад

    This was so helpful, Thank you

  • @ghxstying
    @ghxstying 9 месяцев назад

    thank you so much, this was extremely helpful

  • @Hunh-ec3yy
    @Hunh-ec3yy 10 месяцев назад

    F

  • @itz_bktouray
    @itz_bktouray 10 месяцев назад

    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!

  • @frankrobinson2400
    @frankrobinson2400 10 месяцев назад

    'Promosm'

  • @hollandguitars7620
    @hollandguitars7620 10 месяцев назад

    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🙂

  • @jmpeoples
    @jmpeoples 10 месяцев назад

    Thank you

  • @olgam4458
    @olgam4458 10 месяцев назад

    MORE ,please!!!!!😍😍😍😍

  • @olgam4458
    @olgam4458 10 месяцев назад

    Many thanks !!!!🤩🤩🤩