Showing posts with label 3D. Show all posts
Showing posts with label 3D. Show all posts

Monday, July 22, 2013

OpenGL Core Profile and an overlay with the QPainter

[Image]
I've played recently with the OpenGL Core Profile and QGLWidget to see if I can render a scene with only core profile functions and shaders. Everything worked well until I decided to add an FPS counter using overlaid text drawn with the QPainter.

Sunday, October 14, 2012

Design of a corner TV table

[Image]
Several years ago I wanted to buy a TV table that I could place into a corner. I went to every nearby furniture store but couldn't find any model designed for corners! So I had to build one myself.

Sunday, August 19, 2012

A little bit about Hilbert space-filling curve

[Image]

As a student I have investigated properties of different scanning algorithm to unwrap an N-dimensional array into one dimensional. One of the algorithms was  Hilbert space-filling algorithm. This algorithm can be applied to an array of any dimension and it is known as one of the unwrapping algorithms that preserves spatial relations between array's neighbors very well.