I am trying to populate the roads in my project with ism road markings that are essentially decals combined to make road markings. Path tracer can render the individual decal when placed on the mesh by hand but when combined into an ism path tracer can no longer see the material. I booted up the matrix sample to see how they had done it and it seems to have the same issue. Have tried r.ray tracing.geometry.instancedstaticmesh.culling 0 and r.raytracing.culling 0 and there is no change so I think it has something to do with the material. The error occurs when creating a static mesh from a decal. If anyone has encountered this and has a fix or workaround let me know.
For anyone looking to use the city sample roads with pathtracer I managed to get mesh decals visible by exporting the level to a new project. I haven’t tested this multiple times to confirm this is a 100% fix but the city sample road markings are now visible to path tracer in my project.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.