Originally posted by NullSignature
View Post
Announcement
Collapse
No announcement yet.
Spline Decals?
Collapse
X
-
Deathrey replied
-
NullSignature repliedIs there a tutorial on how to implement the RVT as a spline decal? I'm having trouble finding some documentation that explains how to use it in place of a decals projected onto landscape, and as a spline at that.
Leave a comment:
-
Z0DI4C.2.0 repliedSo i've tried RVT for my landscape and roads and it works great, it it requires some setup though.
However there's a catch. RVT is camera independent and that means that it's not possible to use distance based blending. Unfortunately it's a deal breaker for me, also when RVT is mainly considered for landscapes. So i consider this topic still valid and would love to see dedicated spline decals.
EDIT:
I think I made it work with my original landscape material with all distance based functions.
I don't write my landscape material to virtual texture but instead I configured it to just sample from virtual texture. Only the roads (landscape splines with plane mesh) write to this virtual texture
Then I used Blend Material Attributes node to blend between landscape materual and virtual texture.
I used roughness with contrast as an alpha.
EDIT2: The alpha setup for blend node is not working as expected, need to find a better way to mask the roads
Last edited by Z0DI4C.2.0; 03-05-2020, 03:24 PM.
Leave a comment:
-
Hevedy repliedNo news about this? Feels bad by using 3D meshes for a road in a super lowpoly landscape that looks real bad as don't blend or mix with it in 2020.
Leave a comment:
-
Uvhausen repliedThank you for the reference. TBH I had put a long time project on hold due to the lack of this tool so the VT tech is great to see. Hope they continue to improve it.
Leave a comment:
-
jonimake repliedOriginally posted by Uvhausen View PostIt's been nearly 3 years since the original post and still nothing from Epic, just unbelievable. I don't understand why a rep can't post some kind of reply saying this is indeed on their agenda or just put us out of our misery and say it's not possible. Hard to believe this tool request is continually ignored given all the clear benefits listed throughout the 15 pages of this thread. Spline projected road decals have been available in other engines such as Torqued3D and Cryengine for many, many years. Again, I don't understand Epic's reluctance to add such an efficient tool into their pipeline.
Leave a comment:
-
Uvhausen repliedIt's been nearly 3 years since the original post and still nothing from Epic, just unbelievable. I don't understand why a rep can't post some kind of reply saying this is indeed on their agenda or just put us out of our misery and say it's not possible. Hard to believe this tool request is continually ignored given all the clear benefits listed throughout the 15 pages of this thread. Spline projected road decals have been available in other engines such as Torqued3D and Cryengine for many, many years. Again, I don't understand Epic's reluctance to add such an efficient tool into their pipeline.
Leave a comment:
-
ryan3dguru repliedI think with a bit of elbow grease you might be able to make what you all are looking for. I haven't tested this its a bit of theory, but I'm fairly certain it would work as I think you all might be expecting. If you made a mesh that was complete alpha, with material layering and tiling, then made construction Blueprint for creating splines on the mesh that has the layered shader applied. Or maybe you could literally use decals in blueprint connected to a spline construction script. Only reason I thought to use alpha on geo is so that when you bend the spline the decal texture might bend aswell for like curved lines If your decal texture was linear. Sorry if this isnt helpful, but maybe I might spark some ideas for you all. Also if you getting z fighting from the landscape spline tool maybe theres a cull landscape volume you could use in conjunction with your roads. GL
Leave a comment:
-
BulleTime repliedOriginally posted by Haoris View PostOk so after some tests, it looks like the quality of the virtual texture is relative to the size of the RuntimeVirtualTextureVolume which make this unusable on landscape for almost every project, even while setting the size of the virtual texture in the RVT asset to 8 (max value), unless you work on a landscape smaller than a RuntimeVirtualTextureVolume with scale of 10000*10000 max.
While using it on a 8km² lanscape it goes from this :
To this :
In fact, to get the same quality than in the first screenshot, I have to set the scale of the RuntimeVirtualTextureVolume to 5000*5000 which is not really usable
Leave a comment:
-
BulleTime repliedSo just to be clear, with virtual textures its now possible to make spline decals?
Leave a comment:
-
Haoris repliedOriginally posted by roughdominator View Post
So this is why they used a micro landscape in the video demonstration?
I tryied it with world composition and 25200*25200 tiles. I have to assign the runtime virtual texture asset to each landscape streaming proxy but:
- If I assign the RVT volume to the landscape component (in the persistant level) I get the same low quality than in previous screenshot
- If I assign one RVT volume per landscape streaming proxy (ie tiles) the quality is higher (not as good as original landscape material but at least usable) but only one tile look and other tiles has a lot of glitches
- 3 likes
Leave a comment:
-
roughdominator repliedOriginally posted by Haoris View PostOk so after some tests, it looks like the quality of the virtual texture is relative to the size of the RuntimeVirtualTextureVolume which make this unusable on landscape for almost every project, even while setting the size of the virtual texture in the RVT asset to 8 (max value), unless you work on a landscape smaller than a RuntimeVirtualTextureVolume with scale of 10000*10000 max.
While using it on a 8km² lanscape it goes from this :
To this :
In fact, to get the same quality than in the first screenshot, I have to set the scale of the RuntimeVirtualTextureVolume to 5000*5000 which is not really usable
- 1 like
Leave a comment:
Leave a comment: