Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
Dev (#26)
Browse files Browse the repository at this point in the history
* Code refactor (#24)
var renaming.
cleaned tangent math.
removed unknown file

* fix (#25)
* change shadow saturate mix setup
* fix ambient color float1-3 mixup
  • Loading branch information
ACIIL authored Mar 19, 2019
1 parent a1db0bd commit bebd5ab
Show file tree
Hide file tree
Showing 4 changed files with 260 additions and 254 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ExportedObj/
# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
*.meta

# Unity3D Generated File On Crash Reports
sysinfo.txt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Properties {
[Enum(OFF,0,FRONT,1,BACK,2)] _CullMode ("Cull Mode", int) = 2 //OFF/FRONT/BACK

// _testMix ("test mix", Range(0, 1)) = 1


[Space(25)]
Expand Down
Loading

0 comments on commit bebd5ab

Please sign in to comment.