Skip to content

Commit

Permalink
Merge pull request #11 from 2024FALL-SWPP/test_model
Browse files Browse the repository at this point in the history
add: stage 1 scene completed
  • Loading branch information
integraldx authored Nov 8, 2024
2 parents 206ffc4 + 0503cc6 commit d4b78e1
Show file tree
Hide file tree
Showing 87 changed files with 14,925 additions and 2,501 deletions.
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"visualstudiotoolsforunity.vstuc"
]
}
10 changes: 10 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}
4 changes: 2 additions & 2 deletions Assets/BrokenVector/LowPolyDungeon/Materials/Glass.mat
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ Material:
- _WorkflowMode: 1
- _ZWrite: 0
m_Colors:
- _BaseColor: {r: 0.98765564, g: 0, b: 1, a: 0.43137255}
- _Color: {r: 0.9876556, g: 0, b: 1, a: 0.43137255}
- _BaseColor: {r: 1, g: 1, b: 1, a: 0.43137255}
- _Color: {r: 1, g: 1, b: 1, a: 0.43137255}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
m_BuildTextureStacks: []
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ Material:
- _SSRefractionProjectionModel: 0
- _ShiverDirectionality: 0.5
- _ShiverDrag: 0.2
- _Smoothness: 0
- _Smoothness: 0.139
- _SmoothnessRemapMax: 1
- _SmoothnessRemapMin: 0
- _SmoothnessTextureChannel: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ MonoBehaviour:
- {fileID: 11400000, guid: 118b369d3341c404b9ba48e04d830dfb, type: 2}
m_DefaultRendererIndex: 0
m_RequireDepthTexture: 0
m_RequireOpaqueTexture: 0
m_RequireOpaqueTexture: 1
m_OpaqueDownsampling: 1
m_SupportsTerrainHoles: 1
m_StoreActionsOptimization: 0
Expand Down
8 changes: 8 additions & 0 deletions Assets/SWPPT3/FBXModels.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
107 changes: 107 additions & 0 deletions Assets/SWPPT3/FBXModels/Dungeon_CornerCrossingFloor.fbx.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
107 changes: 107 additions & 0 deletions Assets/SWPPT3/FBXModels/Dungeon_CornerCrossingWall.fbx.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
107 changes: 107 additions & 0 deletions Assets/SWPPT3/FBXModels/Dungeon_Straight_Floor_3.fbx.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Loading

0 comments on commit d4b78e1

Please sign in to comment.