Skip to content

Commit

Permalink
Updated sample05-lua resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpaultaylor committed Jul 13, 2012
1 parent 187dbc0 commit 987fc47
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gameplay-samples/sample05-lua/res/box.dae
Expand Up @@ -15,8 +15,8 @@
</comments>
<source_data>file:///C:/code/git/GamePlay/gameplay-samples/sample05-lua/res/box.mb</source_data>
</contributor>
<created>2012-07-13T18:08:30</created>
<modified>2012-07-13T18:08:30</modified>
<created>2012-07-13T18:33:54</created>
<modified>2012-07-13T18:33:54</modified>
<unit name="centimeter" meter="0.01"/>
<up_axis>Y_UP</up_axis>
</asset>
Expand Down Expand Up @@ -274,7 +274,7 @@
<library_visual_scenes>
<visual_scene id="VisualSceneNode" name="box">
<node id="camera1" name="camera1" type="NODE">
<matrix sid="transform">1 0 0 0 0 1 0 0 0 0 1 5 0 0 0 1</matrix>
<matrix sid="transform">1 0 0 0 0 0.9807853 0.1950903 1 0 -0.1950903 0.9807853 5 0 0 0 1</matrix>
<instance_camera url="#cameraShape1"/>
<extra>
<technique profile="OpenCOLLADAMaya">
Expand Down
Binary file modified gameplay-samples/sample05-lua/res/box.gpb
Binary file not shown.
Binary file modified gameplay-samples/sample05-lua/res/box.mb
Binary file not shown.
11 changes: 11 additions & 0 deletions gameplay.sln
Expand Up @@ -28,6 +28,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sample00-mesh", "gameplay-s
{1032BA4B-57EB-4348-9E03-29DD63E80E4A} = {1032BA4B-57EB-4348-9E03-29DD63E80E4A}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sample05-lua", "gameplay-samples\sample05-lua\sample05-lua.vcxproj", "{C6121A62-AA46-BA6D-A1CE-8000544456AA}"
ProjectSection(ProjectDependencies) = postProject
{1032BA4B-57EB-4348-9E03-29DD63E80E4A} = {1032BA4B-57EB-4348-9E03-29DD63E80E4A}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Expand Down Expand Up @@ -71,6 +76,12 @@ Global
{D672DC66-3CE0-4878-B0D2-813CA731012F}.DebugMem|Win32.Build.0 = DebugMem|Win32
{D672DC66-3CE0-4878-B0D2-813CA731012F}.Release|Win32.ActiveCfg = Release|Win32
{D672DC66-3CE0-4878-B0D2-813CA731012F}.Release|Win32.Build.0 = Release|Win32
{C6121A62-AA46-BA6D-A1CE-8000544456AA}.Debug|Win32.ActiveCfg = Debug|Win32
{C6121A62-AA46-BA6D-A1CE-8000544456AA}.Debug|Win32.Build.0 = Debug|Win32
{C6121A62-AA46-BA6D-A1CE-8000544456AA}.DebugMem|Win32.ActiveCfg = DebugMem|Win32
{C6121A62-AA46-BA6D-A1CE-8000544456AA}.DebugMem|Win32.Build.0 = DebugMem|Win32
{C6121A62-AA46-BA6D-A1CE-8000544456AA}.Release|Win32.ActiveCfg = Release|Win32
{C6121A62-AA46-BA6D-A1CE-8000544456AA}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 987fc47

Please sign in to comment.