Hey guys
Here is a look at my latest tutorial.
This is another tutorial on how to create a believable pile of rocks.
I have been dealing with a lot of rocky environments at work lately and have come up with a good technique for creating big piles of detailed rocks with very little effort.
Apologies for the quality of the video and audio, I will paste the script below for you to use because it isn't really readable in the video.
SCRIPT:
float $scaleX = rand(1,2);
float $scaleY = rand(1,2);float $scaleZ = rand(1,2);
scalePP = <<$scaleX,$scaleY,$scaleZ>>;
float $rotX = rand(1,2);
float $rotY = rand(1,2);
float $rotZ = rand(1,2);
rotPP = <<$rotX,$rotY,$rotZ>>;
objid = floor(rand(0.99));
Thank you so much! Amaizing tutorial
ReplyDeleteMake sure to check out my more recent version of this tutorial on my youtube, its a much faster process with a better result.
Delete