This issue is a little harder to solve when it comes to the technical side of game development. Programmers and engineers will always be able to find more profitable, stable work in the numerous other tech sectors. There's a dearth of talent in those areas, and a constant need. If you can push code or manage databases,…
Very interesting indeed. I can't believe I didn't come across it in all of my research. I've got a question, what are those "Param" nodes exactly, if you know? I believe I am using a different version of UDK than in the image; I am using the January 2010 build. The first (Param2d 'cartoonShade_pattern') node, I believe, is…
Hello guys, for those that are interested here is a quick preview of the upcoming free upgrade: ---------------------------------------------------------------------------------------------------------------------------- https://vimeo.com/215427084 Core: - Some stability fixes. A lot more coming soon!! Workflow: The…
Ah, you have hidden your reply well :sunglasses: Fog cards I find they can help to elevate vistas, but to my knowledge shouldn't be layered too much due to the increased cost of the pixel on screen (Overdraw). Sample Projects I would follow the path Eric suggested. I haven't tried this one, but going by its description it…
oh yes I forgot the part where I copy the mesh and take it as a snapshot. the code I posted is the function to output the mesh (function OutputMesh), but I also do that in another section of the code. the following code happens when the export button is pressed. loops through all objects (skipping hidden and…
Something like this? This is a mesh transformed into curves then filled and passed through a triangle tessellation group, all with Blender's geonodes. Corners are preserved in the conversion to curves by being marked with a Boolean x Point attribute so they get temporarily split. You may need to tweak the Corner Angle…
Hey everyone, I'm currently working on a material in Substance Designer that I need to get a Specular and Glossiness outputs from. I started the material with the PBR Metallic/Roughness preset and made the full material and now I need the spec gloss maps and I'm using the Basecolor/Metallic/Roughness Converter node, I…
Yes I see your points, the general composition I've decided on is that the spaceship crashed through the ceiling but not all the way so bits of it are hanging through a hole in the ceiling which is also where the lighting for the scene comes from. As for story, I've decided that the astronaut survived for a little while…