in the Shader there is a note about using texcoords like <font class="small">Code:</font><hr /><pre> Texture{ .. texcoord 1; # would use UV channel : 2 of max, default is 0 > 1 in max .. } </pre><hr /> about the scaling thing, I will just use texture matrix for both tiles individually, but not for emissive and mask, it is…
"I hate Jack Thompson" on a t-shirt is not defamation of character. It is an opinion, it is not claiming something false about his character. Asking someone if they will follow through on a charity pledge is not harassment. If calling someone stupid is harassment then "Jackie" is just as guilty. His tattle tail letter…
[ QUOTE ] Trust me, you are a bunch of morons if you think flying is dangerous. [/ QUOTE ] Well actually I think that's a pretty moronic thing to say and no, I don't trust you Tell that to the many thousands of people that have met their sticky ends burning alive in plane crashes. Of course that the fundamental act of ( as…
okay, I like the top render (dark), i imagine seeing some ghosts loose or the crater hole that gets created in the street (in the show) letting all the ghouls (just adding some glows) and such out of the containment zone lighting up the night, would work also. (probably can be found online, idk the episode) Always such a…
Global Search was updated to 1.2, here's what's new: * Function calls inside user functions (either parameter functions or package functions) are now returned part of the search results. This way you can track all the areas where a specific function of yours is being called. * The search result context menu (right-click on…
Like mentioned before for the alleyway you need to match your reference closer in order to capture the look and feel from the concept art. The sci fi corridor looks boring, there is too much repetition in the greeble on the walls. The floor planes look very simple shape wise. Its very brown like games from 2006. Look at…
Sorry, but that makes no sense. I can skip any part of a book I read and I can easily skip a part of a movie I watch. There's no reason why I shouldn't have this option in a video game. Locking cut scenes from skipping(if it was done intentionally) is a sign of arrogance to me. I get it that devs want gamers to experience…
My main critique is The Last Mana scene. The lighting is way too dark. Everything in front of the camera is just black silhouette. If that's what you were going for then fine, but it's not really showing off much of your work. Adjust the harsh lighting, it may be as simple as changing how dark your shadows are, I don't…
I've just had a similar nightmare in UDK for the last 20+ hours. At first, my tree models were loading okay but they weren't painting in the terrain editor properly. Then, the textures were getting corrupted or something and every time I tried to save the package, UDK crashed. I have gone through this about 100 times now.…
Cache as bitmap is a quick and cheap trick in flash to speed up sometimes cases such as filters or very complex vector shapes that would take to much time to recompute on every frame. What it does is that it caches the complex content within that movieClip as a Bitmap - so it doesn't redraw it on every frame when running.…