Visual Basic Request: OpenTK / OpenGL 3D Multiple Objects and Movements

preview_player
Показать описание
When copy-n-pastin, make sure 'Handles something' is at the end of your events!

A continuation of the previous OpenGL / OpenTK 3D video, showing how to objects move independently of each other.
Рекомендации по теме
Комментарии
Автор

Dim brushz As Drawing.SolidBrush = New Drawing.SolidBrush(Color.FromArgb(R, G, B))
Once that's defined, you can use it in your pen.

Pillazo
Автор

I don't understand what you are doing

XZYSquare
Автор

OpenGL / OpenTK where i can download this file ?

bryanjaysena
Автор

can you please make a video on texturing these objects. I do really need it. Thank you.

shvansalam
Автор

/watch?v=idnyxboXNMI is this what you're looking for?

Pillazo
Автор

thank you very much.
Now I can do what I wanted.

donaastor
Автор


Visual Basic for "OPENGL" introductory course, I would like to see

pootbar
Автор

For 2D objects? Using OpenTK? Or regular graphics?

Pillazo
Автор

So.... The way this seems to be working... it seems that every time you want to update the view you are re-loading the "Model". That is fine for the small number of vertices you are using in these examples, however what if your "model" has literally thousands of vertices? Based on what you have, I created a for each loop to cycle through them and add them, which worked but every time you want to update the translation or rotation its reloading those thousands of vertices over and over, which is extremely slow. There has to be a better way... ?

tncowboybuck
Автор

I'm sorry,
but I can't complete my program because:
I can change the color with Argb(Color.FromArgb(R, G, B))
but I can't change the brush and pen(I can't write pens.fromargb or brushes.fromargb)

Please tell me that how can I change brushes or pens

donaastor