bloodstrikez wrote:3/10.. Not really funny.
EliasDaniel wrote:#plugin("object", "export", "Roblox Mesh", ".mesh");
#file($output, "text");
#return($result);
file $output;
int $result;
object $obj;
shape $shape, $shapes[1], $childShapes[1];
tridata $data;
material $mat;
int $numFaces;
point3 $point, $normal, $color;
point2 $uv;
int $i;
int $j;
int $index, $mIndex;
int $count;
float $gCol;
string $nm;
string $newName;
float4x4 $tMatrix;
$nm = $output.GetRoot();
$obj = project.curObject;
$output.print("version 1.00\n");
$obj.GetShapes($childShapes);
$shapes.size = 0;
while($childShapes.size > 0)
{
$shapes.push($childShapes.pop());
}
while($shapes.size > 0)
{
$shape = $shapes.pop();
$shape = $shape.ConvertToMesh();
$data = $shape.GetTriangleData();
$numFaces = $data.GetNumTriangles();
$tMatrix = $shape.GetGlobalTransform();
$output.print("%d\n",$numFaces);
for $i = 0 to $numFaces - 1 do {
for $j = 0 to 2 step 1 do {
$index = $data.GetIndex(($i*3)+$j);
$point = $data.GetPoint($index);
$point = $tMatrix.Proect($point);
$normal = $data.GetNormal($index);
$uv = $data.GetTexCoord($index);
$output.print("[%.6g, %.6g, %.6g]", $point.x, $point.y, $point.z);
$output.print("[%.5f, %.5f, %.5f]", $normal.x, $normal.y, $normal.z);
$output.print("[%.5f, %.5f, 0]", $uv.x, $uv.y);
}
}
}
$result = 1;
See what i did wrong that a funny joke ehh![]()
![]()
![]()
![]()
![]()
![]()
EliasDaniel wrote: $point = $data.GetPoint($index);
$point = $tMatrix.Proect($point);
$normal = $data.GetNormal($index);
GOD_OF_PAIN wrote:I have my own joke too, check it out![]()
Teacher: Ok class tonight's homework is to study about all the birds we learned about![]()
Student: Alright, I'll do my best!
Teacher: It's due in 2 days
2 DAYS LATER......
Student: Hey I studied about the birds! I learned what kind of feathers each bird has, how to tell which is which, and a lot more! I just know i'm going to get a good grade!![]()
Teacher: Very good!*reveals pictures of bird legs* Can you tell me the names of the birds by looking at their legs?
Student: ..... WHAT?! SO I JUST WENT GO READ IN MY BOOK ABOUT ALL THE INFOMATION ABOUT ALL THE BIRDS, AND YOU GIVE ME THIS!? YOU GIVE ME WHAT THEIR NAMES ARE BY LOOKING AT THIER LEGS!?? WHAT THE HECK!?
Teacher: That's it, go to the principal's office right now! And you know I can give you an F right?
Student: Go ahead I don't care, give me an F *walks through door*
Teacher: Hold on! What's your name?
Student: *puts up leg* You tell me!!
I heard this story from a paster (LOL did I spell it right?) from my church, and it was his birthday, so he told the church a joke. Anyways I thought it was funny, but tell me what you think
BWAHAHAHA THIS GOT ME LAUGHING SO HARD XDmadchafer wrote:And heres my joke if its American version: (Meme Version)
BarrettM82A1 wrote:EliasDaniel wrote: $point = $data.GetPoint($index);
$point = $tMatrix.Proect($point);
$normal = $data.GetNormal($index);
You spelled Project Wrong
I dont get it
BarrettM82A1 wrote:Q: What do chemists call a benzene ring with iron atoms replacing the carbon atoms?
Contressa wrote:
Roses are red,
Violets are blue.
I have a gun.
Get in the van.
___________________
ataak wrote:Contressa wrote:
Roses are red,
Violets are blue.
I have a gun.
Get in the van.
___________________
Ohh this is delightfully awful... Contressa wins!
madchafer wrote:ataak wrote:Contressa wrote:
Roses are red,
Violets are blue.
I have a gun.
Get in the van.
___________________
Ohh this is delightfully awful... Contressa wins!
Lawl!
Roses are red
Violets are blue
I have a d*ck
Get in the pedo-van
Roses are red
Violets are red
Daisies are red
My garden is on fire now...
Roses are red
Violets are blue
You look like a monkey
F*ck you
Users browsing this forum: No registered users and 0 guests