Hey there, fine people at Polycount. My name is Filipe Duarte Pina and I am the creator of Detective Case and Clown Bot games. I am also the co-founder of Nerd Monkeys Ltd. I have been making video games for around 19 years but only started professionally around 12 years ago. This post is a Post-Mortem on the art done for…
Procedural Generation aka ProcGen can be used in different ways for lots of different reasons. Because of this, and to know what we are referring to, classification systems can be adopted to characterize these different types of use. In this “Many faces of Procedural Generation” series, I’ll show you some ways you can…
Hey guys! I finally finished some of the tools I had been working on for the last year. Took me longer than expected! I don't have much time these days so I've followed the example of some of my fellow scripters and decided to put them in a pack and sell them. Hopefully this will motivate me to find some time after work…
I hope you guys like it. It's the most ambitious thing I've ever taken on https://youtu.be/q6amkGifYos Features below (I likely forgot many) * Object edit mode: Rotate, translate scale, select entire objects and manipulate their transforms. * Includes real-world unit system for editing absolute position and scale of…
I’m trying to write a script to override the material on a Redshift proxy. I can’t access the proxy material from the proxy rollout. I’m stuck at this point — any help would be appreciated. attach script here: macroScript RS_Proxy_Overdrive category:"Hihead" toolTip:"RS_Proxy_Overdrive" ButtonText:"RS_Proxy_Overdrive"
--…
Hi It's that time of the year when students will be asking what sort of theme should they put into their portfolio. So I thought I would come here to ask you guys what sort of portfolio you would love to see, what should be avoided, what you would create if you had a year to do what you wanted? Personally for advice to…
Hi! Nice updates! Thanks for reminding me of the challenge :sweat_smile: @BillyJackman I like personality it got, with the frame looks like it has a grin. If you intended to work on this some more, I think some dynamism/ folds in the hanging scroll would enhance it more. And perhaps some more material definition, so it…
Hello everyone and thanks for all the previous comments and support! Just wanted to keep you updated about Cghub We are still working on the website, here are some notes on whats going on: 1) 3d models library increased to 920K+ assets so far B) (almost 1 million!) 2) The main issue we are currently facing is website SEO…
a slight variation or how you simplify the geometry.... --********************************************************************************** fn make_cube_side tmesh fi f1verts f2verts matid smg =
( setface tmesh fi f1verts; setEdgeVis tmesh fi 1 true; setEdgeVis tmesh fi 2 true; setFaceMatID tmesh fi matid;…
My workaround has been to open the UV editor via a shelf button that adds a custom panel next to the UV toolkit. When I want to add something I look up the MEL command for it and add an entry to the list. if (`workspaceControl -exists PixelBUV`) deleteUI PixelBUV; TextureViewWindow; global proc…