Skip to content

Commit

Permalink
added ship
Browse files Browse the repository at this point in the history
  • Loading branch information
Anniepoo committed Jun 20, 2021
1 parent 25b7998 commit ad72b69
Show file tree
Hide file tree
Showing 8 changed files with 171 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ unity/Vinkings3D/Library/ShaderCache/*
unity/Vinkings3D/Library/StateCache/*
unity/Vinkings3D/Logs/*.*
/**/*-lock
unity/Vinkings3D/Temp/
unity/Vinkings3D/Library/EditorInstance.json


61 changes: 59 additions & 2 deletions unity/Vinkings3D/Assets/Scenes/SampleScene.unity
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Transform:
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 1
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0}
--- !u!1 &963194225
GameObject:
Expand Down Expand Up @@ -393,5 +393,62 @@ Transform:
m_LocalScale: {x: 8.315374, y: 8.315374, z: 8.315374}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 2
m_RootOrder: 3
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1001 &1806250763
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: -8679921383154817045, guid: 792a5a6f039f310b3bd2e30d4bb26f3e, type: 3}
propertyPath: m_RootOrder
value: 1
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 792a5a6f039f310b3bd2e30d4bb26f3e, type: 3}
propertyPath: m_LocalPosition.x
value: 12.389893
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 792a5a6f039f310b3bd2e30d4bb26f3e, type: 3}
propertyPath: m_LocalPosition.y
value: -0.52
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 792a5a6f039f310b3bd2e30d4bb26f3e, type: 3}
propertyPath: m_LocalPosition.z
value: 8.01
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 792a5a6f039f310b3bd2e30d4bb26f3e, type: 3}
propertyPath: m_LocalRotation.w
value: 0.7071068
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 792a5a6f039f310b3bd2e30d4bb26f3e, type: 3}
propertyPath: m_LocalRotation.x
value: -0.7071068
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 792a5a6f039f310b3bd2e30d4bb26f3e, type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 792a5a6f039f310b3bd2e30d4bb26f3e, type: 3}
propertyPath: m_LocalRotation.z
value: -0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 792a5a6f039f310b3bd2e30d4bb26f3e, type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 792a5a6f039f310b3bd2e30d4bb26f3e, type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 792a5a6f039f310b3bd2e30d4bb26f3e, type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 919132149155446097, guid: 792a5a6f039f310b3bd2e30d4bb26f3e, type: 3}
propertyPath: m_Name
value: ship
objectReference: {fileID: 0}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 792a5a6f039f310b3bd2e30d4bb26f3e, type: 3}
8 changes: 8 additions & 0 deletions unity/Vinkings3D/Assets/modelsrc.meta

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

Binary file added unity/Vinkings3D/Assets/modelsrc/ship.blend
Binary file not shown.
102 changes: 102 additions & 0 deletions unity/Vinkings3D/Assets/modelsrc/ship.blend.meta

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

Binary file modified unity/Vinkings3D/Library/ArtifactDB
Binary file not shown.
Binary file modified unity/Vinkings3D/Library/SceneVisibilityState.asset
Binary file not shown.
Binary file modified unity/Vinkings3D/Library/SourceAssetDB
Binary file not shown.

0 comments on commit ad72b69

Please sign in to comment.