Just a spot of game dev

Поділитися
Вставка
  • Опубліковано 16 вер 2024

КОМЕНТАРІ • 13

  • @abmr123
    @abmr123 Рік тому +2

    thats cool

  • @AJPickett
    @AJPickett Рік тому +2

    Looks fantastic!

  • @pixobit5882
    @pixobit5882 Рік тому +2

    I guess shadows will make a huge difference in looks. Can you post an update on this once you've implemented shadows?
    If you're using three.js it shouldn't be hard to add them. It is just another material and maybe the option .castShadows = true (or something like that).

    • @pearofgeeksii8156
      @pearofgeeksii8156  Рік тому

      I've started work on them, it's a little complex because space distances are huge and no amount of shadow bias can save the day so it looks like I will need to fake light source positions for shadow casting. It's all a bit tricky, but of course lighting makes a huge difference to any scene.

  • @vistaero
    @vistaero Рік тому +1

    Nice controls. I love how you even made yaw pedals, like in airplanes.

  • @jvf890
    @jvf890 Рік тому +3

    What If you add VR support?, could be an amazing experience(?)... Keep the effort!!❤

    • @pearofgeeksii8156
      @pearofgeeksii8156  Рік тому +2

      That should be doable but I'll need to get a headset before I can add it in, so we shall see. Multiplayer first.

    • @marcodiovany
      @marcodiovany Рік тому

      @@pearofgeeksii8156 do you have a team or are working solo?

    • @pearofgeeksii8156
      @pearofgeeksii8156  Рік тому

      @@marcodiovany it's just me coding. The models are a patreon reward from an artist I support. What you see here is really just a day or so of work from my side. I was just playing with the models, but I think I will continue.

    • @marcodiovany
      @marcodiovany Рік тому

      @@pearofgeeksii8156 Actually, i`m working in a space multiplayer game too but in 2D because it`s easier to find material, maybe we can cooperate in future problems

    • @pearofgeeksii8156
      @pearofgeeksii8156  Рік тому

      @@marcodiovany what are you making your game in? Can I see it somewhere? I'm working in javascript