feat(OpenGL): mv hello to lab3

This commit is contained in:
iridiumR 2023-06-18 15:57:59 +08:00
parent 2db9fb0cae
commit a54a1af473
71 changed files with 7 additions and 15 deletions

View File

@ -10,7 +10,7 @@
"\n",
"|学号 |姓名 |\n",
"|----------|--------|\n",
"|***REMOVED***|***REMOVED***|\n",
"|2020114490|江一和|\n",
"|2020113874|何一涛|"
]
},

View File

@ -10,7 +10,7 @@
"\n",
"|学号 |姓名 |\n",
"|----------|--------|\n",
"|***REMOVED***|***REMOVED***|\n",
"|2020114490|江一和|\n",
"|2020113874|何一涛|"
]
},

View File

@ -15,7 +15,7 @@
"\n",
"|学号 |姓名 |\n",
"|----------|--------|\n",
"|***REMOVED***|***REMOVED***|\n",
"|2020114490|江一和|\n",
"|2020113874|何一涛|"
]
},

View File

@ -9,7 +9,7 @@
"\n",
"|学号 |姓名 |\n",
"|----------|--------|\n",
"|***REMOVED***|***REMOVED***|\n",
"|2020114490|江一和|\n",
"|2020113874|何一涛|\n",
"\n",
"本部分的实验,需要自己在网络学习相关基础函数使用。"

BIN
CN/IP1.pcapng Normal file

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

Before

Width:  |  Height:  |  Size: 181 KiB

After

Width:  |  Height:  |  Size: 181 KiB

View File

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 98 KiB

View File

Before

Width:  |  Height:  |  Size: 389 KiB

After

Width:  |  Height:  |  Size: 389 KiB

View File

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

View File

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 110 KiB

View File

Before

Width:  |  Height:  |  Size: 258 KiB

After

Width:  |  Height:  |  Size: 258 KiB

View File

Before

Width:  |  Height:  |  Size: 278 KiB

After

Width:  |  Height:  |  Size: 278 KiB

View File

Before

Width:  |  Height:  |  Size: 562 KiB

After

Width:  |  Height:  |  Size: 562 KiB

View File

Before

Width:  |  Height:  |  Size: 846 KiB

After

Width:  |  Height:  |  Size: 846 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

Before

Width:  |  Height:  |  Size: 621 KiB

After

Width:  |  Height:  |  Size: 621 KiB

View File

Before

Width:  |  Height:  |  Size: 840 KiB

After

Width:  |  Height:  |  Size: 840 KiB

View File

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

View File

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 640 KiB

After

Width:  |  Height:  |  Size: 640 KiB

View File

Before

Width:  |  Height:  |  Size: 976 KiB

After

Width:  |  Height:  |  Size: 976 KiB

View File

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

View File

Before

Width:  |  Height:  |  Size: 513 KiB

After

Width:  |  Height:  |  Size: 513 KiB

View File

Before

Width:  |  Height:  |  Size: 729 KiB

After

Width:  |  Height:  |  Size: 729 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

View File

@ -2,15 +2,10 @@
#include <osgDB/ReadFile>
#include <osgText/Text>
#include <osgGA/TrackballManipulator>
#include <chrono>
#include <osgGA/GUIEventAdapter>
#include <osgViewer/ViewerEventHandlers>
using namespace std;
using namespace chrono;
auto lastFT = system_clock::now();
auto FT = system_clock::now();
int main(int argc, char** argv)
{
@ -30,9 +25,6 @@ int main(int argc, char** argv)
// 启动OSG Viewer循环
while (!viewer.done())
{
auto thisFT = system_clock::now();
auto FT = duration_cast<microseconds>(thisFT - lastFT);
lastFT = thisFT;
viewer.frame();
}

View File

@ -115,7 +115,7 @@
</rect>
</property>
<property name="text">
<string>***REMOVED*** ***REMOVED***</string>
<string>2020114490 江一和</string>
</property>
</widget>
</widget>

View File

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>实验5-***REMOVED***-***REMOVED***</string>
<string>实验5-2020114490-江一和</string>
</property>
<widget class="QWidget" name="centralwidget"/>
<widget class="QStatusBar" name="statusbar"/>

View File

@ -45,7 +45,7 @@
<item row="8" column="0" colspan="6">
<widget class="QLabel" name="label_name">
<property name="text">
<string>***REMOVED*** 电子1班 ***REMOVED***</string>
<string>2020114490 电子1班 江一和</string>
</property>
</widget>
</item>