mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
docs: fix the 3d-scanning drone article (#140)
* Fixed broken video link * Fixed broken embedded video and image width * Fixed image width on mobile
This commit is contained in:
committed by
Oleg Kalachev
parent
e83c284313
commit
6a6f26aff7
@@ -1,6 +1,6 @@
|
||||
# 3D-scanning drone
|
||||
|
||||
<img src="../assets/3d_drone_1.jpg" title="3D-scanning drone" height=500px>
|
||||
<img src="../assets/3d_drone_1.jpg" title="3D-scanning drone">
|
||||
|
||||
The project was created in collaboration with Texel inc. that develops 3D-scanners for scanning people.
|
||||
|
||||
@@ -12,7 +12,7 @@ To make it all work we conducted many tests, made changes in the drone's design
|
||||
|
||||
## Video
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/watch?v=aqBION3TVhg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<iframe width="966" height="543" src="https://www.youtube.com/embed/aqBION3TVhg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
## Team
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Дрон для 3D-сканирования человека
|
||||
|
||||
<img src="../assets/3d_drone_1.jpg" title="Сканирующий дрон" height=500px>
|
||||
<img src="../assets/3d_drone_1.jpg" title="Сканирующий дрон">
|
||||
|
||||
Проект был создан совместно с компанией Texel, которая разрабатывает стационарные 3D-сканеры для создания модели человека.
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
## Видео
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/watch?v=aqBION3TVhg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<iframe width="966" height="543" src="https://www.youtube.com/embed/aqBION3TVhg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
## Команда
|
||||
|
||||
|
||||
Reference in New Issue
Block a user