Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
minity
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tines.Valen
minity
Graph
9bfb1f787326100b01165f8b56b8f171e19c56c5
Select Git revision
Branches
2
master
default
protected
matrix-decomposition
2 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
23
Aug
13
13
Apr
24
Aug
21
20
11
10
1
Nov
10
Sep
3
28
Aug
27
26
15
14
13
12
9
7
6
5
4
Jul
Added a matrix decomposition utility function
matrix-decompos…
matrix-decomposition
Updated README
disabled/fixed compiler warnings
master
master
ImGui reference fixed. The latest version of ImGui moved the impl_* from examples to backends.
adjusted batch file for running minity
glm version fixed
Merge branch 'master' of https://git.app.uib.no/code/minity
fixing dependency issues
Update README.md
removed launch file
switched to Ninja generator
some fixes for VS2019
fetch for linux also updated
fix for glm compile issues
new RaytraceRenderer class for the raytracing assignment
Reanming viewer.cpp to Viewer.cpp
Merge branch 'master' of https://git.app.uib.no/code/minity
workaround for inconsistent gl_PointCoords behavior for different GPUs
only requesting OpenGL 4.0 context now for better compatibility
CMakeSettings adapted for VS2019
removed hardcoded generator, so the script works with VS2019 as well
Intel driver fixes
avoid error message on shutdown
keyboard and mouse capture support re-added
switched to using native ImGui renderer
added VS launch file
texture mode set to repeat
removed unused/uncommon properties and added default values
robustness improvements for the obj loader, moved renderer GUI to the menu bar for less clutter
loading more texture types
light source now visible on white background
convenience functions for shader handing, better light handling via transformation matrix & other enhancements
.gitignore working on my machine
Editing .gitignore
Update .gitignore
adding .gitignore file
Optimizing cmake arguments
Testing automated installation on Linux machines.. Edited CMakeLists.txt
Builds on Fedora 30 Linux.
VBO setup integrated into model class
Loading