List of commits:
Subject Hash Author Date (UTC)
# 42f703f3251b2d7d96ee022955cdaa405c5293b9 Alexey 2017-03-17 22:47:38
# 5737ad61503ae00f7b2024e550e24faf5aa2efc9 Alexey 2017-03-12 18:56:13
# 9575b3e86695e1585d8063722776c59d0cd12c10 Alexey 2017-03-09 01:08:10
op # 066b109760c5ea0f36a08bf4256426ac6311ea30 Alexey 2017-03-08 14:44:26
h# cf98cf078fa4b35b3228082cba8dad1a2e4e0adb Alexey 2017-03-07 13:00:11
ko# f144472b7c0900692ee11fccda7bc7d3e3b50096 Alexey 2017-03-06 16:55:29
nk 449c7c4a58b96c1f21999ace709d4c3486874fe7 Alexey 2017-03-06 16:38:08
on/off 270d34eac26f7fccc70e7dd492899c535a866511 Alexey 2017-03-06 10:58:34
reel 5bdd2c0dbf3d743b3818d038a054280f37e117f8 Alexey 2017-03-05 21:13:49
c++ t.c --target=arm-linux-gnu `pkg-config --libs --cflags gtk+-3.0 epoxy ` -o op -lOpenImageIO -lopencv_videoio ebaac349ce934d80f1444df53b7bbda3a42a35b6 Alexey 2017-03-05 18:25:42
c++ t.c --target=arm-linux-gnu `pkg-config --libs --cflags gtk+-3.0 epoxy ` -o op -lOpenImageIO -lopencv_videoio 7ddf326fbc3789c95efafe10b0381290ab37632f Alexey 2017-03-05 15:32:41
Commit 42f703f3251b2d7d96ee022955cdaa405c5293b9 - #
Author: Alexey
Author date (UTC): 2017-03-17 22:47
Committer name: Alexey
Committer date (UTC): 2017-03-17 22:47
Parent(s): 5737ad61503ae00f7b2024e550e24faf5aa2efc9
Signing key:
Tree: 9b6a3d3a3fc3513889466d8e312ee036d1fa3539
File Lines added Lines deleted
op 0 0
t.c 3 3
File op added (mode: 100755) (index 0000000..6cf06d8)
File t.c changed (mode: 100644) (index 332d63d..5c158c6)
... ... sscanf(wq,"vt %f %f" ,&t[bbp],&t[bbp+1]);
153 153 fseek(ww,pvc,SEEK_SET); fseek(ww,pvc,SEEK_SET);
154 154 for(int c=0;c<cbw;c++) for(int c=0;c<cbw;c++)
155 155 fscanf(ww,"%[^\n]%*c",wq); fscanf(ww,"%[^\n]%*c",wq);
156 sscanf(wq,"vn %f %f %f", &ttk[bbh], &ttk[bbh+1], &ttk[bbh+2]);
157
156 sscanf(&(*wq),"vn %f %f %f", &ttk[bbh], &ttk[bbh+1], &ttk[bbh+2]);
157 wq;
158 158 bbh+=3; bbh+=3;
159 159 bbp+=2; bbp+=2;
160 160 } }
 
... ... while (1);
162 162 bba=(bbh)/3; bba=(bbh)/3;
163 163
164 164
165 b=glm::lookAt(glm::vec3(1.75,-2.38,1.4444), glm::vec3( 0., 0., 0.),glm::vec3( 0.,0.2,-00.));
165 b=glm::lookAt(glm::vec3(-1.2484,0.483,1.84384), glm::vec3(-0.3801, -0.4183,-3.15),glm::vec3( 0.,0.2,-00.));
166 166 yt=glm::perspective(45., 1., 1.2, 300.); yt=glm::perspective(45., 1., 1.2, 300.);
167 167 b=yt*b*glm::mat4(1.); b=yt*b*glm::mat4(1.);
168 168
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/bowler17/gl

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/bowler17/gl

Clone this repository using git:
git clone git://git.rocketgit.com/user/bowler17/gl

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main