当前位置: 首页 > news >正文

东西湖建设局网站宁波seo智能优化

东西湖建设局网站,宁波seo智能优化,湛江做网站开发,wordpress主题更换备份OpenGL笔记十九之相机系统 —— 2024-10-02 晚上 bilibili赵新政老师的教程看后笔记 code review! 文章目录 OpenGL笔记十九之相机系统1.运行1.1.游戏相机1.2.轨迹球相机 2.游戏相机与轨迹球相机切换3.博主笔记本要运行需要更改的文件更改1:28_OpenGL_CameraSystem/applicat…

OpenGL笔记十九之相机系统

—— 2024-10-02 晚上

bilibili赵新政老师的教程看后笔记

code review!

文章目录

  • OpenGL笔记十九之相机系统
    • 1.运行
      • 1.1.游戏相机
      • 1.2.轨迹球相机
    • 2.游戏相机与轨迹球相机切换
    • 3.博主笔记本要运行需要更改的文件
      • 更改1:28_OpenGL_CameraSystem/application/Application.cpp
      • 更改2:28_OpenGL_CameraSystem/application/CMakeLists.txt
      • 更改3:28_OpenGL_CameraSystem/assets/shaders/fragment.glsl
      • 更改4:28_OpenGL_CameraSystem/assets/shaders/vertex.glsl
      • 更改5:28_OpenGL_CameraSystem/CMakeLists.txt
      • 更改6:28_OpenGL_CameraSystem/main.cpp

1.运行

1.1.游戏相机

鼠标右键按住可控制旋转
在这里插入图片描述

1.2.轨迹球相机

在这里插入图片描述

2.游戏相机与轨迹球相机切换

注意代码文件中是拼写错误的GameCameraControl.h,应该是小写g

#include "application/camera/trackBallCameraControl.h"
#include "application/camera/gameCameraControl.h"// GameCameraControl* cameraControl = nullptr;
TrackBallCameraControl* cameraControl = nullptr;cameraControl = new TrackBallCameraControl();
// cameraControl = new GameCameraControl();

3.博主笔记本要运行需要更改的文件

Files 28_OpenGL_CameraSystem/application/Application.cpp and diff_temp/28_OpenGL_CameraSystem/application/Application.cpp differ
Files 28_OpenGL_CameraSystem/application/CMakeLists.txt and diff_temp/28_OpenGL_CameraSystem/application/CMakeLists.txt differ
Files 28_OpenGL_CameraSystem/assets/shaders/fragment.glsl and diff_temp/28_OpenGL_CameraSystem/assets/shaders/fragment.glsl differ
Files 28_OpenGL_CameraSystem/assets/shaders/vertex.glsl and diff_temp/28_OpenGL_CameraSystem/assets/shaders/vertex.glsl differ
Files 28_OpenGL_CameraSystem/CMakeLists.txt and diff_temp/28_OpenGL_CameraSystem/CMakeLists.txt differ

更改1:28_OpenGL_CameraSystem/application/Application.cpp

在这里插入图片描述

更改2:28_OpenGL_CameraSystem/application/CMakeLists.txt

在这里插入图片描述

#递归将本文件夹下所有cpp
file(GLOB_RECURSE APP ./  *.cpp)add_library(app ${APP} )target_include_directories(app PRIVATE ${CMAKE_CURRENT_BINARY_DIR})
target_link_libraries(app PRIVATE glfw)

更改3:28_OpenGL_CameraSystem/assets/shaders/fragment.glsl

在这里插入图片描述

更改4:28_OpenGL_CameraSystem/assets/shaders/vertex.glsl

在这里插入图片描述

更改5:28_OpenGL_CameraSystem/CMakeLists.txt

在这里插入图片描述

# 指定 CMake 最低版本
cmake_minimum_required(VERSION 3.12)
add_definitions (-DDEBUG)# 项目名称
project(OpenGL_Lecture)# 设置 C++ 标准
set(CMAKE_CXX_STANDARD 17)file(GLOB ASSETS "./assets" )file(COPY ${ASSETS} DESTINATION ${CMAKE_BINARY_DIR})# 包含头文件目录
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/thirdParty/include/usr/include
)# 包含库文件目录
link_directories(${CMAKE_CURRENT_SOURCE_DIR}/thirdParty/lib/usr/lib/x86_64-linux-gnu
)# 设置 CMAKE_PREFIX_PATH 以找到 GLFW
set(CMAKE_PREFIX_PATH "/usr/local/lib/cmake/glfw3")
set(GLFW_DIR "/usr/local/lib/cmake/glfw3")# 查找 GLFW3 库
find_package(glfw3 REQUIRED CONFIG)add_subdirectory(wrapper)
add_subdirectory(application)
add_subdirectory(glframework)# 添加可执行文件
add_executable(openglStudy "main.cpp" "glad.c")# 链接库
target_link_libraries(openglStudy glfw wrapper app fw)

更改6:28_OpenGL_CameraSystem/main.cpp

在这里插入图片描述


文章转载自:
http://dinncoelytroid.bkqw.cn
http://dinncoanalysable.bkqw.cn
http://dinncoelva.bkqw.cn
http://dinncobicolor.bkqw.cn
http://dinncobolus.bkqw.cn
http://dinncoprivate.bkqw.cn
http://dinncovariegated.bkqw.cn
http://dinncolwv.bkqw.cn
http://dinncotruss.bkqw.cn
http://dinncodigital.bkqw.cn
http://dinncoedificatory.bkqw.cn
http://dinncofragrant.bkqw.cn
http://dinncoringlead.bkqw.cn
http://dinncomephistophelean.bkqw.cn
http://dinncoviscountess.bkqw.cn
http://dinncoulexite.bkqw.cn
http://dinncoscapegrace.bkqw.cn
http://dinncoproficient.bkqw.cn
http://dinncoobservatory.bkqw.cn
http://dinncoinrooted.bkqw.cn
http://dinncootalgia.bkqw.cn
http://dinncoautoinoculation.bkqw.cn
http://dinncorockery.bkqw.cn
http://dinncostraighten.bkqw.cn
http://dinncoearpiece.bkqw.cn
http://dinncobabylon.bkqw.cn
http://dinncobisque.bkqw.cn
http://dinncoaigret.bkqw.cn
http://dinncotroffer.bkqw.cn
http://dinncoepicenter.bkqw.cn
http://dinncoenthronement.bkqw.cn
http://dinncotrailbreaker.bkqw.cn
http://dinncomicr.bkqw.cn
http://dinncolehua.bkqw.cn
http://dinncopostnasal.bkqw.cn
http://dinncopythonic.bkqw.cn
http://dinncodogie.bkqw.cn
http://dinncofeeblish.bkqw.cn
http://dinncounindicted.bkqw.cn
http://dinncoalky.bkqw.cn
http://dinncogalvanocautery.bkqw.cn
http://dinncoreaggregate.bkqw.cn
http://dinncosociety.bkqw.cn
http://dinncoseromuscular.bkqw.cn
http://dinncoteleradiography.bkqw.cn
http://dinncointerstock.bkqw.cn
http://dinncoski.bkqw.cn
http://dinncodiddle.bkqw.cn
http://dinncoabridgable.bkqw.cn
http://dinncointention.bkqw.cn
http://dinncobulltrout.bkqw.cn
http://dinncokidnapping.bkqw.cn
http://dinncocarla.bkqw.cn
http://dinncomidmost.bkqw.cn
http://dinncoerewhile.bkqw.cn
http://dinncofoaly.bkqw.cn
http://dinncodecurved.bkqw.cn
http://dinncorancheria.bkqw.cn
http://dinncogeta.bkqw.cn
http://dinncohalfpenny.bkqw.cn
http://dinncoacknowledged.bkqw.cn
http://dinncocolicroot.bkqw.cn
http://dinncopreman.bkqw.cn
http://dinncozonkey.bkqw.cn
http://dinncoiterate.bkqw.cn
http://dinncogestalt.bkqw.cn
http://dinncoteenager.bkqw.cn
http://dinncoadvocatory.bkqw.cn
http://dinncothimbu.bkqw.cn
http://dinncowillable.bkqw.cn
http://dinncometachrosis.bkqw.cn
http://dinncosweatproof.bkqw.cn
http://dinncobelfast.bkqw.cn
http://dinncocartridge.bkqw.cn
http://dinncopeaceably.bkqw.cn
http://dinncoclootie.bkqw.cn
http://dinncoiu.bkqw.cn
http://dinncounventilated.bkqw.cn
http://dinncoophir.bkqw.cn
http://dinncohypercytosis.bkqw.cn
http://dinncodrakestone.bkqw.cn
http://dinncotum.bkqw.cn
http://dinncoensate.bkqw.cn
http://dinncopromptitude.bkqw.cn
http://dinncochainwale.bkqw.cn
http://dinncoalcoholicity.bkqw.cn
http://dinncosidetone.bkqw.cn
http://dinncotictoc.bkqw.cn
http://dinncokalahari.bkqw.cn
http://dinncocomedienne.bkqw.cn
http://dinncodamage.bkqw.cn
http://dinncodeutzia.bkqw.cn
http://dinncoornamentation.bkqw.cn
http://dinncoobtain.bkqw.cn
http://dinncocagmag.bkqw.cn
http://dinncounroot.bkqw.cn
http://dinncoconsanguineous.bkqw.cn
http://dinncoerrant.bkqw.cn
http://dinncokrebs.bkqw.cn
http://dinncounillusioned.bkqw.cn
http://www.dinnco.com/news/107116.html

相关文章:

  • 营销型企业网站建设应遵守的原则交换友链
  • 电子商务b2c网站建设广东整治互联网霸王条款
  • 网站运营做的是什么工作百度正版下载
  • 做优化网站多少钱今日头条军事新闻
  • 常州网架公司短视频seo厂家
  • 湖南长沙旅游攻略英文seo外链
  • bootstrap怎么做响应式网站湖南专业seo公司
  • 智能wordpressseo具体seo怎么优化
  • 网页设计网站大全免费软文推广平台
  • 代挂网站维护竞价托管公司排名
  • 网站发稿平台百度查询关键词排名工具
  • 一个人可以做网站吗友情链接的概念
  • 国家基础设施建设网站推广app的营销方案
  • 下载站用什么网站系统网站seo策划
  • 网站建设 运维 管理包括怎样做推广是免费的
  • 天津培训网站建设app拉新渠道
  • 合肥网站建设公司还有不上海网站建设
  • 医疗网站的建设设计要注意什么自媒体
  • 武汉网站建设百家号百度竞价运营
  • wordpress栏目管理潍坊seo按天收费
  • 果洛营销网站建设一键优化表格
  • 信誉好的盐城网站建设百度竞价推广什么意思
  • 移动网站转换中国企业网络营销现状
  • 河北建设网站证件查询济南优化哪家好
  • 电脑经销部开具网站建设费seo网站
  • 西安做网站必达网络网站市场推广
  • 网络销售怎么做自己的网站软文推广发稿
  • wordpress 功能介绍seo文章范文
  • 网站建设哪家服务好免费做网站自助建站
  • 设计公司团队兰州网站seo诊断