浏览代码

Use free camera in model shader example (#4428)

pull/4432/head
IcyLeave6109 5 个月前
committed by GitHub
父节点
当前提交
15f6c47f07
找不到此签名对应的密钥 GPG 密钥 ID: B5690EEEBB952194
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      examples/shaders/shaders_model_shader.c

+ 1
- 1
examples/shaders/shaders_model_shader.c 查看文件

@ -69,7 +69,7 @@ int main(void)
{
// Update
//----------------------------------------------------------------------------------
UpdateCamera(&camera, CAMERA_FIRST_PERSON);
UpdateCamera(&camera, CAMERA_FREE);
//----------------------------------------------------------------------------------
// Draw

正在加载...
取消
保存