This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifndef SVO_HPP | |
| #define SVO_HPP | |
| #include "common_types.hpp" | |
| #include "vec.hpp" | |
| #include "vec_math.hpp" | |
| #include "util_bits.hpp" | |
| #include "util_common.hpp" | |
| #include <algorithm> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| make[1]: Verzeichnis „/home/mgerhardy/dev/mxe“ wird betreten | |
| uname -a | |
| Linux t460s 4.19.0-1-amd64 #1 SMP Debian 4.19.12-1 (2018-12-22) x86_64 GNU/Linux | |
| git log --pretty=tformat:"%H - %s [%ar] [%d]" -1 | |
| 744f553022aabe5c9946828235b6a5dd9416a6d0 - Update packages.json & build-matrix.html [vor 4 Tagen] [ (HEAD -> master, origin/master, origin/HEAD)] | |
| lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true | |
| Distributor ID: Debian | |
| Description: Debian GNU/Linux buster/sid | |
| Release: testing | |
| Codename: buster |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * @file | |
| */ | |
| #pragma once | |
| #include "compute/Shader.h" | |
| #include "core/Singleton.h" | |
| #include "core/Assert.h" | |
| #include <glm/gtc/vec1.hpp> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * @file | |
| */ | |
| #pragma once | |
| #include "compute/Shader.h" | |
| #include "core/Singleton.h" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From d24f9b9d4c95e148b52ab6cc8dd1d16daa87ba95 Mon Sep 17 00:00:00 2001 | |
| From: Martin Gerhardy <martin.gerhardy@gmail.com> | |
| Date: Fri, 20 May 2016 11:52:38 +0200 | |
| Subject: [PATCH] implemented ao | |
| --- | |
| examples/DecodeOnGPU/decode.vert | 1 + | |
| examples/Paging/main.cpp | 10 +- | |
| examples/common/OpenGLWidget.inl | 1 + | |
| examples/common/PolyVoxExample.h | 14 +- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.github.mgerhardy; | |
| import java.io.IOException; | |
| import java.lang.reflect.Field; | |
| import java.util.ArrayList; | |
| import java.util.Arrays; | |
| import java.util.Collection; | |
| import java.util.HashSet; | |
| import java.util.List; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set(ANDROID_SDK_TOOL android) | |
| # | |
| # Install android packages | |
| # | |
| # parameters: | |
| # PACKAGE The package id that you need to install | |
| # | |
| macro(cp_android_package PACKAGE) | |
| message("install android sdk package ${PACKAGE}") |
NewerOlder