+ All Categories
Home > Education > Unity Lesson 11 : Lerp (Lighting Control)

Unity Lesson 11 : Lerp (Lighting Control)

Date post: 20-Mar-2017
Category:
Upload: suttipong-kullawattana
View: 86 times
Download: 2 times
Share this document with a friend
11
Unity Lesson 11 : Basic Scripting Lerp (Lighting Control)
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)

Recommended