Interactive 3D Car Simulation Developer
Budget: €250 – €750 EUR
I need a 3d design of a car with glowing areas.
The car is similar like the one in this YouTube videos.
https://youtu.be/Y_OIK2IBqXE?si=oU2AaSSNVlBXtyQp
My car has around 60 different areas which are controlled by a device.
The device takes simple comands like these
digitalWrite(1,HIGH);
delay(30);
digitalWrite(1,LOW);
delay(30);
digitalWrite(2,HIGH);
delay(30);
digitalWrite(2,LOW);
delay(30);
digitalWrite(3,HIGH);
delay(30);
And basic for loops
{for (int Led = 0; Led <4; Led++)
{
digitalWrite(1,HIGH);
delay(t1);}
Each digitalWrite switches a specific area on (HIGH) or off (LOW), and the number indicates the area.
Your work is to create a simulator which will take the full program and create a simulation how the program will be looking.
It should have
1) a view from different sides: sides front rear top
And a rotatateable 3d model of the car which can be rotated by the user while playing the program.
There are many 3d models of the car itself but you will have to add the glowing areas according to the picture of the car.
Then the user can upload the file with the comands and it will create a simulation of the program
The car is similar like the one in this YouTube videos.
https://youtu.be/Y_OIK2IBqXE?si=oU2AaSSNVlBXtyQp
My car has around 60 different areas which are controlled by a device.
The device takes simple comands like these
digitalWrite(1,HIGH);
delay(30);
digitalWrite(1,LOW);
delay(30);
digitalWrite(2,HIGH);
delay(30);
digitalWrite(2,LOW);
delay(30);
digitalWrite(3,HIGH);
delay(30);
And basic for loops
{for (int Led = 0; Led <4; Led++)
{
digitalWrite(1,HIGH);
delay(t1);}
Each digitalWrite switches a specific area on (HIGH) or off (LOW), and the number indicates the area.
Your work is to create a simulator which will take the full program and create a simulation how the program will be looking.
It should have
1) a view from different sides: sides front rear top
And a rotatateable 3d model of the car which can be rotated by the user while playing the program.
There are many 3d models of the car itself but you will have to add the glowing areas according to the picture of the car.
Then the user can upload the file with the comands and it will create a simulation of the program