Author Topic: my project - Vehicle Simulation  (Read 30582 times)

Offline MichaelJPCT

  • float
  • ****
  • Posts: 264
    • View Profile
my project - Vehicle Simulation
« on: December 28, 2018, 06:28:35 pm »
this project uses JPCT-AE.
so far i can only post screenshots.

Offline MichaelJPCT

  • float
  • ****
  • Posts: 264
    • View Profile
Re: my project - Vehicle Simulation
« Reply #1 on: December 28, 2018, 06:33:56 pm »
more imgs can be found on https://lhc29.imgbb.com


« Last Edit: December 28, 2018, 06:41:01 pm by MichaelJPCT »

Offline AeroShark333

  • float
  • ****
  • Posts: 319
    • View Profile
Re: my project - Vehicle Simulation
« Reply #2 on: December 31, 2018, 03:09:12 pm »
Looks nice! :D

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: my project - Vehicle Simulation
« Reply #3 on: January 04, 2019, 11:50:04 am »
Looks cool. Is this supposed to be a flight sim?

Offline MichaelJPCT

  • float
  • ****
  • Posts: 264
    • View Profile
Re: my project - Vehicle Simulation
« Reply #4 on: January 04, 2019, 03:53:54 pm »
at early stage there are only aircrafts, but if i have enough time , it can have other vehicles, mainly wheeled vehicles (cars).
also human(like fps game) , weapons(bullets , missiles) etc.
the focus is on physics simulation.

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: my project - Vehicle Simulation
« Reply #5 on: March 15, 2019, 05:00:29 pm »
The adverts play just fine, but the actual video doesn't. After a lot of spinning an error message pops up that basically says "sorry...". I've tried it with Chrome and Firefox.

Offline MichaelJPCT

  • float
  • ****
  • Posts: 264
    • View Profile
Re: my project - Vehicle Simulation
« Reply #6 on: March 04, 2020, 08:02:16 am »
particles , eye candy

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: my project - Vehicle Simulation
« Reply #7 on: March 06, 2020, 08:40:57 am »
Nifty!

Offline MichaelJPCT

  • float
  • ****
  • Posts: 264
    • View Profile
Re: my project - Vehicle Simulation
« Reply #8 on: March 16, 2020, 06:07:38 pm »
clouds , made of groups of randomly placed particles , rendered using a shader.

Offline AeroShark333

  • float
  • ****
  • Posts: 319
    • View Profile
Re: my project - Vehicle Simulation
« Reply #9 on: March 19, 2020, 01:11:59 pm »
Interesting!
I believe you're using circles as some kind of base for these cloud particles? And you're having a multiple of these circles for each cloud, I guess?
And then applying them with a random filter (in shader?) so it creates these pixel holes so it looks more cloudy.
I guess the color is either white (top) or gray (bottom).

I believe it'd look better with even smaller circle particles but it'd be heavy for devices I suppose...

Offline MichaelJPCT

  • float
  • ****
  • Posts: 264
    • View Profile
Re: my project - Vehicle Simulation
« Reply #10 on: March 19, 2020, 08:24:44 pm »
you are mostly right.
but there is no filter, the location of particles are random and they are transparent, somewhere it's thicker or thinner so the blended color varies even with just white color. the bottom is set to grey, yes.
the theory is quite simple.
the good side is, little texture is needed, and it has 3D shape. the bad side is, slower, and does not look very real.


Offline MichaelJPCT

  • float
  • ****
  • Posts: 264
    • View Profile
Re: my project - Vehicle Simulation
« Reply #11 on: May 11, 2020, 06:28:16 am »

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: my project - Vehicle Simulation
« Reply #12 on: May 11, 2020, 08:45:23 am »
Looking good!

Offline MichaelJPCT

  • float
  • ****
  • Posts: 264
    • View Profile
Re: my project - Vehicle Simulation
« Reply #13 on: August 02, 2020, 11:14:17 am »
this is animated gif

Offline AeroShark333

  • float
  • ****
  • Posts: 319
    • View Profile
Re: my project - Vehicle Simulation
« Reply #14 on: August 02, 2020, 11:57:22 am »
Nice particle effects 8)