Tue, 28 Jun 2022 17:59:34 +0300 |
Teemu Piippo |
Let's bring GLEW back after all
|
file |
diff |
annotate
|
Sun, 26 Jun 2022 21:32:51 +0300 |
Teemu Piippo |
Convert all includes to be relative to project root directory. Files that cannot be found in this manner use angle brackets.
|
file |
diff |
annotate
|
Mon, 20 Jun 2022 19:49:56 +0300 |
Teemu Piippo |
Add an option to log opengl messages
|
file |
diff |
annotate
|
Mon, 20 Jun 2022 02:04:51 +0300 |
Teemu Piippo |
Add base code for circular primitives
|
file |
diff |
annotate
|
Tue, 14 Jun 2022 17:55:50 +0300 |
Teemu Piippo |
reimplement EditTools as a render layer
|
file |
diff |
annotate
|
Sun, 12 Jun 2022 23:59:37 +0300 |
Teemu Piippo |
Reimplement the axes program as a layer that can be added to PartRenderer
|
file |
diff |
annotate
|
Wed, 08 Jun 2022 22:29:44 +0300 |
Teemu Piippo |
More refactor, merged main.h, basics.h and utility.h into one header file basics.h and removed plenty of unused code
|
file |
diff |
annotate
|
Wed, 08 Jun 2022 20:41:21 +0300 |
Teemu Piippo |
Refactor colors.cpp/.h
|
file |
diff |
annotate
|
Tue, 07 Jun 2022 01:37:26 +0300 |
Teemu Piippo |
Continue giant refactor
|
file |
diff |
annotate
|
Mon, 06 Jun 2022 22:01:22 +0300 |
Teemu Piippo |
Giant refactor
|
file |
diff |
annotate
|
Wed, 25 May 2022 20:36:34 +0300 |
Teemu Piippo |
Fix pick() picking from weird places on the screen with high DPI scaling
|
file |
diff |
annotate
|
Wed, 25 May 2022 12:01:58 +0300 |
Teemu Piippo |
cleanup, gl::Compiler changed to gl::ModelShaders
|
file |
diff |
annotate
|
Wed, 28 Jul 2021 13:22:51 +0300 |
Teemu Piippo |
rework rendering of vertices
|
file |
diff |
annotate
|
Sun, 25 Jul 2021 20:39:21 +0300 |
Teemu Piippo |
use QT_NO_KEYWORDS
|
file |
diff |
annotate
|
Sat, 24 Jul 2021 01:50:38 +0300 |
Teemu Piippo |
Move selection logic into select tool
|
file |
diff |
annotate
|
Thu, 19 Mar 2020 21:06:06 +0200 |
Teemu Piippo |
PolygonObjectEditor can now modify the object properly
|
file |
diff |
annotate
|
Mon, 09 Mar 2020 14:21:54 +0200 |
Teemu Piippo |
ldraw::Id is now templated for extra type safety
|
file |
diff |
annotate
|
Fri, 06 Mar 2020 21:53:30 +0200 |
Teemu Piippo |
show axis directions on the screen
|
file |
diff |
annotate
|
Fri, 06 Mar 2020 20:13:10 +0200 |
Teemu Piippo |
Added axes rendering
|
file |
diff |
annotate
|
Mon, 02 Mar 2020 11:08:13 +0200 |
Teemu Piippo |
added a method to find out if the view is perpendicular to grid
|
file |
diff |
annotate
|
Thu, 27 Feb 2020 22:46:39 +0200 |
Teemu Piippo |
moved GridProgram to Canvas
|
file |
diff |
annotate
|
Thu, 27 Feb 2020 12:23:42 +0200 |
Teemu Piippo |
use glm::project instead of figuring out the conversion manually...
|
file |
diff |
annotate
|
Thu, 27 Feb 2020 11:56:41 +0200 |
Teemu Piippo |
use glm::unProject to implement screenToModelCoordinates
|
file |
diff |
annotate
|
Wed, 26 Feb 2020 22:26:05 +0200 |
Teemu Piippo |
PartRenderer::modelToScreenCoordinates FINALLY WORKS
|
file |
diff |
annotate
|
Wed, 26 Feb 2020 02:21:07 +0200 |
Teemu Piippo |
grid stuff
|
file |
diff |
annotate
|
Thu, 13 Feb 2020 12:51:27 +0200 |
Teemu Piippo |
added grid program
|
file |
diff |
annotate
|
Fri, 07 Feb 2020 23:59:06 +0200 |
Teemu Piippo |
selection works now
|
file |
diff |
annotate
|
Fri, 07 Feb 2020 01:58:34 +0200 |
Teemu Piippo |
added selection highlighting
|
file |
diff |
annotate
|
Thu, 06 Feb 2020 23:41:20 +0200 |
Teemu Piippo |
picking works now
|
file |
diff |
annotate
|
Sat, 01 Feb 2020 17:10:11 +0200 |
Teemu Piippo |
Main color is now configurable
|
file |
diff |
annotate
|
Sat, 01 Feb 2020 15:33:57 +0200 |
Teemu Piippo |
wired renderstyle up
|
file |
diff |
annotate
|
Fri, 31 Jan 2020 00:25:35 +0200 |
Teemu Piippo |
added render style storage
|
file |
diff |
annotate
|
Thu, 30 Jan 2020 19:20:11 +0200 |
Teemu Piippo |
renamed the linetypes namespace to ldraw namespace and added more structures to it
|
file |
diff |
annotate
|
Tue, 28 Jan 2020 23:34:49 +0200 |
Teemu Piippo |
added some sort of lighting
|
file |
diff |
annotate
|
Sun, 26 Jan 2020 00:55:36 +0200 |
Teemu Piippo |
fix remaining rendering control issues
|
file |
diff |
annotate
|
Thu, 23 Jan 2020 00:29:10 +0200 |
Teemu Piippo |
it works!
|
file |
diff |
annotate
|
Wed, 22 Jan 2020 22:41:17 +0200 |
Teemu Piippo |
modelview matrix set up
|
file |
diff |
annotate
|
Wed, 22 Jan 2020 01:17:11 +0200 |
Teemu Piippo |
commit work done on plugging vao to the gl renderer, renders nonsense for now
|
file |
diff |
annotate
|
Wed, 22 Jan 2020 00:23:29 +0200 |
Teemu Piippo |
at least VAOs work now
|
file |
diff |
annotate
|
Sun, 19 Jan 2020 02:54:48 +0200 |
Teemu Piippo |
commit work on GL rendering
|
file |
diff |
annotate
|
Wed, 01 Jan 2020 17:45:56 +0200 |
Teemu Piippo |
things
|
file |
diff |
annotate
|
Fri, 13 Dec 2019 21:35:59 +0200 |
Teemu Piippo |
things
|
file |
diff |
annotate
|
Fri, 13 Dec 2019 15:55:56 +0200 |
Teemu Piippo |
added teapot rendering
|
file |
diff |
annotate
|