I have made screenshots of some material functions and materials that I have made for the contest. especially for the sand material. Indeed, The sand needed a particular attention due to the fact that it is ubiquitous, it has to have an organic feeling, and also it is connected to all of the other elements in the scene. It…
Maya is pretty much my favorite 3D program so far. However, it lacks some functionality or hides it so damn well from me that I have to wonder if the function really isn't there. 1) Pelt Wrap, or "organic" unfold I really forgot what the correct name is, but basically you can see (in the image file) that I detached the…
I was pretty happy when I got the object to move from one side to another. The purpose is to create an action that mimics the offset filter in Photoshop to help in the creation of seamless textures with 3d objects. I'm trying to automate some things I do manually. Anyways when I try to add the code to a menu it doesn't…
Hey all. A year ago I did a model of the fictional South African Assault rifle, which is based on the following concept. The first time I did this model was somewhat rushed, and I don't feel like I did it enough justice (especially to be placed on a portfolio), so I'm giving it another crack. Once I'm finished I'll post a…
hi I'm working with maxscript again a little bit I'm now wondering if I can undo a whole function at once - undoing all changes the function did in one undo-step instead of disabling undo or undoing every single change the function did
Ok just to be clear "ShowMyGuiBox" is just a name for a function I made up. You'll need to write a function that draws your box to the gui with some of the built in functions as detailed in the unity documentation I listed.
I see. You can have a function that updates the counter in every second. Then you can use set timer by function name, and pause timer by function name to start and stop it. To have it nicely displaying, you can make a widget and display it through that.
Hey K_O_, I started with procreate several years ago and rediscovered it last month due to ipad pro 9,7" with Apple pencil. Now it is a really decent solution. I don't like A. Sketchbook too much. Use it on my PC because of perspective guide snapping, which is good. But check out procreates perspective guides! very good…
Hi, the function has gone missing in a website update somewhere. I've rewritten it on the fly and it should do the job. It is required only if the object is an Editable Poly, the Editable Mesh doesn't call it. [html]function getPolyFromMeshFace theEditablePoly iMeshFace = ( local iResultPoly = 0 if (…