Fix cpp-tests material texture path

This commit is contained in:
halx99 2022-10-20 20:19:11 +08:00
parent 4228b658af
commit 1ed106b341
1 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ material spaceship
// the Id of the sampler is the uniform name
sampler u_sampler0
{
path = Sprite3DTest/boss.png
path = MeshRendererTest/boss.png
}
}
}
@ -94,7 +94,7 @@ material spaceship
fragmentShader = Shaders3D/3d_color_tex.frag
sampler u_sampler0
{
path = Sprite3DTest/boss.png
path = MeshRendererTest/boss.png
}
}
}
@ -113,7 +113,7 @@ material spaceship
fragmentShader = Shaders3D/3d_color_normal_tex.frag
sampler u_sampler0
{
path = Sprite3DTest/boss.png
path = MeshRendererTest/boss.png
}
}
}