Hi Folks, Got a shader creation question for the UDK shader gurus on here. I'm busy teaching myself UDK and as an experiment I've been trying to implement a shader in the UDK material editor that would give the illusion of the game world being curved. I found an example of a cylindrical world shader for Unity and tweaked…
Issue #1: You're making a text based adventure game that requires art This seems a bit odd to me, for an artist this sounds like a wonderful idea. You would have the ball in your court so to speak, you could write up all the story (it's easy to find writers), do all the art and have the game 90% done on your end then when…
C++ access. I doubt it means that we will get source code for engine. It means we will get access to all gameplay code as well as possibility to extend engine and editor via custom libraries and plugins, (for those who don't know GamePlay code in CryEngine is written in C++). LUA is just for scripting small things. If my…
Im really curious how you set this up as my PBR stuff only seems to work in your blend file. Did you hand code the shader, and is there any way to have this shader come up as a node option in any of my blend files? I would like to state that I am still relatively new around cycles, so I could simply be missing something.
I really disagree strongly about the thrust of the OP. I do not need to learn coding full stop. I am not a technical artist, I am zbrush/ texture artist who does a litle bit of rigging and a little bit of animation. I will spend the rest of my career geting better at that. If programmer wants to disrepsect me then that's…
I've been struggling with UDK's Foliage Mode, because when I paint my trees and bake with lightmass, it doesn't bake my tree's LOD's correctly. (As shown in the image) --- Things I did and notes --- > Manually placing trees works with baking, but not my Foliage Mode trees > The base mesh of the LOD always bakes correctly…
Hi all. I have been using UE4 for a while now and everything was working fine. The other day I started it up and the perspective view-port was black while in LIT mode and I could not see nothing. I thought it was the updated version of the engine, so I rolled back the engine to 4.9.2 but the perspective view-port was still…
Hi Couldn't find any threads about this. It's a small issue/question. For people who use Peel Mode in uvw 3dsmax 2012 or higher, is there a way to prevent max from making an initial deformation on the uv island that you select? (Quick Peel / Peel Mode) Typically I'm happy with my UV shells and only want to use Peel mode…
Hello guys Im faced a pretty wierd performance issue in Blender (from 2.82 to 2.9) in one specific case: selection of vertex, edges or polygons in object with vertex groups are extrimely slow. For making a test and comparison me and my friend create a default cube, subdivide it few times to 786k polygons and select 15-30k…
Yeah....................i see what you mean which is really weird. For some reason even when your TijdSpinner has a value of 12 by default it still reads as zero through the listener. Just have this line of code run first before you set your global variables to fix this bug.TijdSpinner.value = 12 Now if you looking for…