unity lesson 11 : lerp (lighting control)

11
Unity Lesson 11 : Basic Scripting Lerp (Lighting Control)

Upload: suttipong-kullawattana

Post on 20-Mar-2017

90 views

Category:

Education


2 download

TRANSCRIPT

Page 1: Unity Lesson 11 : Lerp (Lighting Control)

Unity Lesson 11 : Basic Scripting

Lerp (Lighting Control)

Page 2: Unity Lesson 11 : Lerp (Lighting Control)
Page 3: Unity Lesson 11 : Lerp (Lighting Control)
Page 4: Unity Lesson 11 : Lerp (Lighting Control)
Page 5: Unity Lesson 11 : Lerp (Lighting Control)

Vector 3 Lerp (Vector 3 from, Vector 3 to, float t)

Page 6: Unity Lesson 11 : Lerp (Lighting Control)

Vector 3 Lerp (Vector 3 from, Vector 3 to, float t)

Page 7: Unity Lesson 11 : Lerp (Lighting Control)

Lighting Sliding from Left to Right

Page 8: Unity Lesson 11 : Lerp (Lighting Control)

Smooth Adjustment

Page 9: Unity Lesson 11 : Lerp (Lighting Control)
Page 10: Unity Lesson 11 : Lerp (Lighting Control)
Page 11: Unity Lesson 11 : Lerp (Lighting Control)