boob jiggle in unity part4

14
THE QUEST FOR BOOB JIGGLE IN UNITY PART4: SETTING UP CONFIGURABLE BOOB V1 2013/09/16 Matumit Sombunjaroen [email protected]

Upload: matumit-sombunjaroen

Post on 19-Aug-2014

2.549 views

Category:

Entertainment & Humor


4 download

DESCRIPTION

Various Boob Set up Method in Unity

TRANSCRIPT

Page 1: Boob jiggle in Unity Part4

THE QUEST FOR BOOB JIGGLE IN

UNITY

PART4:SETTING UP

CONFIGURABLE BOOBV1 2013/09/16

Matumit [email protected]

Page 2: Boob jiggle in Unity Part4

TRANSFORM JOINT CATEGORIES

The Transform that are used for Joints can be divide into 3 Categories,

1. Base Joint – Stationary, Must not move2. Main Joint – Will do translate Position, but will not do

rotation on its own without Anchor Transform3. Pendulum Joint – Use to apply Rotation to Main Joint,

Pendulum will do translate, but will not rotate on its own.

Base(Top Parent) Main

(The Middle) Pendulum(Last in

Hierarchy)

Page 3: Boob jiggle in Unity Part4

BASE JOINT

Base Joint is at the top of the Hierarchy.It require Rigidbody to be attached.Since Base have no need to transform,All of the Constraints should be turn on.

Page 4: Boob jiggle in Unity Part4

MAIN JOINT

Main Joints are the Transform at the middle and require rotations to be made.

It require Rigidbody and Configurable Joint to be attached.How much this Joint will translate or rotate is based on the

Mass setting of RigidBody in Connected Joints.

Page 5: Boob jiggle in Unity Part4

PENDULUM JOINT

Pendulum Joints are the Transforms at the end of Hierarchy.It require Rigidbody and Configurable Joint to be attached.This joint will not do rotation on its own,Its Mass setting will determine how much the Main Joint it

attached to will rotate.

Page 6: Boob jiggle in Unity Part4

CONFIGURABLE JOINT

Configurable Joint is the most Complex type of Joint available in Unity.

It require Intensive Setup.However, It also have more Controls compare to other Joints

available.

Page 7: Boob jiggle in Unity Part4

BASE JOINT SETTINGS

These are settings that found to be working with this Project.The Same Settings are not Guarantee to work with others.

Page 8: Boob jiggle in Unity Part4

MAIN & PENDULUM SETTINGS

Page 9: Boob jiggle in Unity Part4

SETUP VARIATION EXPERIMENTS

In this experiment,Left Boobs have an extra Transform used as an Pendulum,

while the other Side-Transforms have no Joint Attached.

No Joint

Page 10: Boob jiggle in Unity Part4

EXTENDED PENDULUM RESULT

It doesn’t work well when Stand normally

Page 11: Boob jiggle in Unity Part4

SIDE EXPERIMENTS

Nevertheless, the result on the Original Setting doesn’t work that well either

Use Side-Transforms

as Pendulum

Use only Extended Transform

as Pendulum

Page 12: Boob jiggle in Unity Part4

5 PENDULUM SETUP

To go One Step Further We go for the 5 Pendulum Setup!

Up

Down

Left

Right

Extended

Base

Main

Page 13: Boob jiggle in Unity Part4

5 PENDULUM RESULT

We have reached The Desirable Result!!!

Page 14: Boob jiggle in Unity Part4

NEXT

PART5 - FINALE: WEBPLAYER

SAMPLE