Shots of a (converted) Racer Track + Tokamak physics
Shots of a (converted) Racer Track + Tokamak physics
I got working static mesh collision with Tokamak physics (but has to be optimized in different ways). Just to let you know that dev on physics in going on. I post some screens showing staticmesh collision on tokamak. The race track is the standard Racer (racer.nl) track converted importing all the DOF objects in the old ZModeler version and then exporting as 3ds (then milkshape...). The car is from GTA3.
- Attachments
-
- screen000.jpg (7.62 KiB) Viewed 2020 times
-
- screen004.jpg (8.5 KiB) Viewed 2020 times
-
- screen006.jpg (7.16 KiB) Viewed 2022 times
wow, that looks incredible!
RF2 site: http://realityfactory2.sourceforge.net/
RF2 tasks: http://sourceforge.net/pm/?group_id=179085
RF2 tasks: http://sourceforge.net/pm/?group_id=179085
the demo (static_mesh_collision.zip) is here:
http://realitychess.altervista.org/physics/
Download RF073withPhysics7Jan2006.zip from http://realityfactory.altervista.org/download/index.php and patch it!
Remember that i made it in three hours (naturally none of the model is mine).
I wonder if we can have some more effect on actor skin. Specularity? glossiness? I see those effects before shaders. Or am I wrong?
http://realitychess.altervista.org/physics/
Download RF073withPhysics7Jan2006.zip from http://realityfactory.altervista.org/download/index.php and patch it!
Remember that i made it in three hours (naturally none of the model is mine).
I wonder if we can have some more effect on actor skin. Specularity? glossiness? I see those effects before shaders. Or am I wrong?
specularity is easy to do. just copy the shiny parts of the model, shrink them down SLIGHTLY and apply a spheremap. then, make the decal texture on the original part of the mesh transparant. Mess with the transparancy/alpha until you get the right amount of shininess (e.g. the right amount of the speremapped geometry showing through.) also, alpha maps won't work with one solid color, you have to have at least one pixel in your 8-bit alpha map different from the rest before making it into a 32-bit .tga.
wow, really a shining texture is possible?
Really I didn't mind at all,nor I never saw it in RF. Can you make an example posted in the forum? actually I don't understand the method you are talking about. can you take the mini car in this demo and show me how to make shining effects? I really appreciate it .
Really I didn't mind at all,nor I never saw it in RF. Can you make an example posted in the forum? actually I don't understand the method you are talking about. can you take the mini car in this demo and show me how to make shining effects? I really appreciate it .
- ardentcrest
- Posts: 735
- Joined: Wed Jan 25, 2006 10:55 pm
- Location: Ireland
federico wrote:the demo (static_mesh_collision.zip) is here:
http://realitychess.altervista.org/physics/
Download RF073withPhysics7Jan2006.zip from http://realityfactory.altervista.org/download/index.php and patch it!
Remember that i made it in three hours (naturally none of the model is mine).
RF2 site: http://realityfactory2.sourceforge.net/
RF2 tasks: http://sourceforge.net/pm/?group_id=179085
RF2 tasks: http://sourceforge.net/pm/?group_id=179085
yeah GD1 has it right on the money, i think he even made a tute a wile back...wow, really a shining texture is possible?
it's the same process used to create cell shading i think, where you double the mesh over it self, i've done this on the eyes of my characters to give them a specularity it works surprisingly well.... the down side is it adds poly's to the mesh..
ok, let's start from the beginning...
I saw in this forum a GD1's tut about glow effects using static esh and the process he's describing semms quite similar. Though there are ssome parts I don't understand.
I pray Spyrewolf and GD1 to post an example actor.
EDIT:
Thi issue is related to this:
viewtopic.php?t=829&highlight=
...so, if you are meaning that must applied an enviromental mapping in RF, the problem is that the effect is applied only when the model is animated and not when the camera moves. So your method (duplicate the mesh and control the shining effect using the alpha of the bigger body) can be good to control the amount of shining effect. Or your method is different from this?
I saw in this forum a GD1's tut about glow effects using static esh and the process he's describing semms quite similar. Though there are ssome parts I don't understand.
I didn't mind that alpha, spheremap commands in Miljkshape had some effect on RF actor. I always had a "flat" actor after the AStudio compile process. So do spheremap and alpha work on actor export?just copy the shiny parts of the model, shrink them down SLIGHTLY and apply a spheremap. then, make the decal texture on the original part of the mesh transparant. Mess with the transparancy/alpha until you get the right amount of shininess
I didn't understand this part at all. Making a 32 bit alpha? why?also, alpha maps won't work with one solid color, you have to have at least one pixel in your 8-bit alpha map different from the rest before making it into a 32-bit .tga.
I pray Spyrewolf and GD1 to post an example actor.
EDIT:
Thi issue is related to this:
viewtopic.php?t=829&highlight=
...so, if you are meaning that must applied an enviromental mapping in RF, the problem is that the effect is applied only when the model is animated and not when the camera moves. So your method (duplicate the mesh and control the shining effect using the alpha of the bigger body) can be good to control the amount of shining effect. Or your method is different from this?
Exactly!So your method (duplicate the mesh and control the shining effect using the alpha of the bigger body) can be good to control the amount of shining effect.
Sprewolf hit the nail right on the head. I actually got the idea from his cell-shading method so the credit should really go to him.
The commands in milkshape actually have nothing to do with it. It's basically just using RF's built in transparancy and spheremapping features. It's not too terribly hard to do, but I have been having trasnparency issues ever since we upgraded to 072. I'll try to fix up a car model with the shininess applied and post it later with a short tutorial.[/quote]
ok, mini tute:
1. make a texture that will be used for the specularity:
a white blob with the transparent alpha behind it. (32 - tga) for example
this is to be used for a transparent actor. <- (you may need to find the transparency for actors tute) <- this will be for the shine on they car but allow the original texture to show through sort of a Spheremap overlay
2.to select the part of the mesh that you want to have specularity, i.e ( the body of the Car)
3. duplicate this part of the mesh and slightly expand the over the top of your old one.
4.assign the transparent texture to the new overlayed mesh and give it the SM0_ extension for sphere mapping
5.compile the actor.
Im not too sure if you followed that or not dude, it's just i can't compile actors at the moment.... hopefully GD1 and post a sample actor to give you some more insight
1. make a texture that will be used for the specularity:
a white blob with the transparent alpha behind it. (32 - tga) for example
this is to be used for a transparent actor. <- (you may need to find the transparency for actors tute) <- this will be for the shine on they car but allow the original texture to show through sort of a Spheremap overlay
2.to select the part of the mesh that you want to have specularity, i.e ( the body of the Car)
3. duplicate this part of the mesh and slightly expand the over the top of your old one.
4.assign the transparent texture to the new overlayed mesh and give it the SM0_ extension for sphere mapping
5.compile the actor.
Im not too sure if you followed that or not dude, it's just i can't compile actors at the moment.... hopefully GD1 and post a sample actor to give you some more insight
thanks guys. This you make understand how the thing works. I choose the spirewolf method. Scaling up the spheremapped geometry and then I contro the shining effect raising or lowering the alpha transpapency of the Tga in Photoshop. Naturally i had to ue tga2gebmp to make the actor show the correct tga texture.
Some shots:
Some shots:
- Attachments
-
- soft reflections on hotrod
- bnfnv.jpg (9.23 KiB) Viewed 1894 times
-
- soft reflections on hotrod
- bnfnv-(1).jpg (8.99 KiB) Viewed 1895 times