04-20-2013, 10:20 AM,
|
|
slickx
Expert 3D Modeler
|
Posts: 123
Threads: 11
Joined: Feb 2013
|
|
RE: WIP Cars
Hey NaN. Do what you can about the Normal Maps,meanwhile i still am working on wheels.They are all around 500 triangles(the spokes) and the rim can be used with most of the spokes as we talked.
The normal maps for the spokes will come latter,now i am just modeling them.My goal is to get 10 or 15 of them done.
|
|
04-21-2013, 01:33 AM,
|
|
slickx
Expert 3D Modeler
|
Posts: 123
Threads: 11
Joined: Feb 2013
|
|
RE: WIP Cars
I am working on the Cobra 427.It is a good and clean model but i just feel like remaking the interior and adding some more detail to the texture.
NaN is it possible to implement a simple Material editor? I would also like to know if the enviromap could be added since it would work great with chrome parts.
|
|
04-21-2013, 03:12 PM,
|
|
slickx
Expert 3D Modeler
|
Posts: 123
Threads: 11
Joined: Feb 2013
|
|
RE: WIP Cars
http://docs.unity3d.com/Documentation/Co...Unlit.html
Kind of this.Maybe it was better to say a cubemap or a sferemap not Enviroment map
I would say a Shader based "material" that could combine DiffuseMap,SpecularMap,ReflectiveMap,transparancy (CubeMap/SpehreMap) and some sliders that can adjust some of the parameters that can modify parameters such as specular,ReflectiveMap intensity,specular Color..i hope you can understand what i tried to say.
The Material file should be saved in the Car folder and i guess its faster just to assign a material(that has the texture already assign to it ) to the car parts and it will be faster if most of the carparts use the same texture.So i want to use the same texture but for some parts such as chrome parts i want to add a SphereMap to give it the chrome effect.
Also on the car lights i want to use a Transparent,specular,normal map kind of material to add more realism to the model.If i cant explain better ill make a video using Unity3D to show what i had in mind
|
|
04-27-2013, 02:53 PM,
(This post was last modified: 04-27-2013, 02:55 PM by NaN.)
|
|
NaN
Posting Freak
|
Posts: 2,024
Threads: 120
Joined: Jan 2010
|
|
RE: WIP Cars
New build is up. Download(vdrift-2013-04-27.exe): https://sourceforge.net/projects/vdrift/...%20builds/
There have been changes to tire loading code due to wheel(disk) and tire selection support. The tire type values in old car files have to be changed:
touring -> touring.tire
competition -> sports.tire
slick -> racing.tire
I hoped to include normal map fix too. Unfortunately there are still some issues with the reflection vectors, will need some help with this.
(04-26-2013, 02:42 PM)slickx Wrote: http://dl.transfer.ro/CO427-transfer_ro-...4937f4.rar
Please see if you like my new changes to the car
Is it ok if I merge it into master?
|
|
04-27-2013, 07:58 PM,
(This post was last modified: 04-27-2013, 08:04 PM by slickx.)
|
|
slickx
Expert 3D Modeler
|
Posts: 123
Threads: 11
Joined: Feb 2013
|
|
RE: WIP Cars
That is why i sent the car.is done,needs more work on the texture maybe but overall is good so you can implement it as final.I will post some texture variations latter.
The car uses the default steering wheel maybe i could change that..
The last Build is broken,this is how it looks and if i try to race it goes back to the menu.
|
|
04-28-2013, 09:39 AM,
(This post was last modified: 04-28-2013, 09:40 AM by NaN.)
|
|
NaN
Posting Freak
|
Posts: 2,024
Threads: 120
Joined: Jan 2010
|
|
RE: WIP Cars
(04-27-2013, 07:58 PM)slickx Wrote: The last Build is broken,this is how it looks and if i try to race it goes back to the menu.
Always check the log.txt.
As I wrote above I had to rename the tire files. Open CT.car and replace
[wheel.<bla>.tire]
...
type = &tire/competition
with
[wheel.<bla>.tire]
...
type = &tire/sports.tire
|
|
04-28-2013, 10:24 AM,
|
|
slickx
Expert 3D Modeler
|
Posts: 123
Threads: 11
Joined: Feb 2013
|
|
RE: WIP Cars
It works,i just got to change what you said and its great.
Can you fix that braking problem when the car goes to a side when braking in straight line?
Should i update all cars Car.file to work with the new build and send them to you?
|
|
04-28-2013, 12:49 PM,
|
|
NaN
Posting Freak
|
Posts: 2,024
Threads: 120
Joined: Jan 2010
|
|
RE: WIP Cars
(04-28-2013, 10:24 AM)slickx Wrote: It works,i just got to change what you said and its great.
Can you fix that braking problem when the car goes to a side when braking in straight line?
Should i update all cars Car.file to work with the new build and send them to you?
Is this braking issue new? I am usually testing with at least two cars when changing anything in the simulation, but sometimes regressions can still crop up.
All cars in master are already updated ( http://vdrift.svn.sourceforge.net/viewvc...-data/cars ). I am updating them all at once. This is why I prefer to have cars/tracks in master whenever possible.
|
|
04-28-2013, 01:18 PM,
|
|
slickx
Expert 3D Modeler
|
Posts: 123
Threads: 11
Joined: Feb 2013
|
|
RE: WIP Cars
the braking issue was there for a while i guess.ill do some more testing.Even with abs and traction control on at high speed if i try to brake a bit harder the car start to spin.maybe some work on the braking or some coding to brake more smoothly..idk.Ill play with the braking parameters to see what i could do.
|
|
|