Search found 52 matches

by aslanbey0158
May 15th, 2018, 6:33 am
Forum: Everything
Topic: Tutorial 3d programming -7
Replies: 2
Views: 1461

Tutorial 3d programming -7

i have problem with DrawFlatbottomTex(). Would you share it here?
My top triangle is goood shaped. But bottom triangle has small problem( bad shaped)

Would you share it here?
by aslanbey0158
March 16th, 2018, 6:37 am
Forum: Everything
Topic: interpolate to function
Replies: 12
Views: 4054

Re: interpolate to function

i have a small problem. Maybe you think this is so easy problem. At the Vid 7 i have a problem with model's vertex type problem (size_t with TexVertex)(At the Scene.h)
by aslanbey0158
March 15th, 2018, 10:24 am
Forum: Everything
Topic: interpolate to function
Replies: 12
Views: 4054

Re: interpolate to function

At the chilipedia , if the topics which was taught was written, we may follow more easily
by aslanbey0158
March 15th, 2018, 7:39 am
Forum: Everything
Topic: interpolate to function
Replies: 12
Views: 4054

Re: interpolate to function

Hii
interpolate to function is ok
But after this, how can we add surface function to program?
i am at 3d 7th video
by aslanbey0158
March 12th, 2018, 8:35 pm
Forum: Everything
Topic: interpolate to function
Replies: 12
Views: 4054

interpolate to function

TexVertex InterpolateTo(const TexVertex& dest, float alpha) const { return{ pos.InterpolateTo(dest.pos,alpha), tc.InterpolateTo(dest.tc,alpha) }; } _Vec2 InterpolateTo(const _Vec2& dest, float alpha) const { return *this + (dest - *this)*alpha; } at this point there is a problem in Texvertex Should...
by aslanbey0158
February 21st, 2018, 8:27 am
Forum: Everything
Topic: Intermediate 12
Replies: 4
Views: 1655

Re: Intermediate 12

....
by aslanbey0158
February 20th, 2018, 8:58 am
Forum: Everything
Topic: Intermediate 12
Replies: 4
Views: 1655

Intermediate 12

Hello
In Character.cpp application, i have assertion failure. I wrote codes all correctly. 2 times i controlled.( i controlled link90x90.bmp on animation.cpp. There wasnt any problem) But in character.cpp source, i get 387 assertion failure with y..bottom) Could you share your succesful source ?
by aslanbey0158
September 23rd, 2017, 8:54 pm
Forum: Everything
Topic: Snake game with mouse control
Replies: 3
Views: 1787

Snake game with mouse control

i want to control snek with mouse. For this reason i must change some int to float.
Where can i do?
by aslanbey0158
June 27th, 2017, 12:39 am
Forum: Everything
Topic: gdiplus bitmap
Replies: 7
Views: 2853

Re: gdiplus bitmap

Binary package worked very well
by aslanbey0158
June 15th, 2017, 7:59 am
Forum: Everything
Topic: Please test my game! :)
Replies: 33
Views: 14727

Re: Please test my game! :)

binary package worked