Miguel Lemos

Results 12 issues of Miguel Lemos

I developed a project on top of this, and a few months ago I started having this problem. For a while I though it was a bug on my end,...

It was a beautiful day in Azure ![1](https://user-images.githubusercontent.com/9152392/48956548-59469000-ef32-11e8-8f2c-7e4347e9a79d.png) when suddenly... ![image](https://user-images.githubusercontent.com/9152392/48956618-c9edac80-ef32-11e8-8d85-bf335b1cf6d8.png) ### > 'You need to have foreign-key constraints set up in your relational database, otherwise the database-metadata doesn't identify...

Hi! I have a question about optimization. Does it make sense to make the cubes share a bigger face instead of having each one small face? The cost of calculating...

Fixes #29 by using a cleaner version of my [ComplexShapes](https://github.com/miguelemosreverte/BrickGame/tree/ComplexShapes) branch, [ComplexMeshes2](https://github.com/miguelemosreverte/BrickGame/tree/ComplexMeshes2). Dont merge the PR yet, I have yet to commit the deletion of the instanced meshes once a...

Hi, is it the case that the project needs to be recompiled for every change made to the BrickGame plugin? Or is it in any way possible to just have...

After developing a branch that supports complex shapes like half blocks or stairs, the cooked ambient occlusion is lost because the old FBrickVertex that contained three uint8 Coordinates and one...

This one specifically: https://github.com/UE4-OceanProject/OceanProject https://forums.unrealengine.com/showthread.php?42092-Community-Project-WIP-Weather-amp-Ocean-Water-Shader Once its added with a hardcoded material index, a really cool change could be done to the Render Component where if a block is adjacent...

Changing BrickGame.Build.cs to this: ``` // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class BrickGame : ModuleRules { public BrickGame(TargetInfo Target) { MinFilesUsingPrecompiledHeaderOverride = 1; bFasterWithoutUnity...

Once `bower install && npm install `was ran, now in `bower_components/ `all of the needed components where installed, ready to be used. There was a small problem, though: When running...

When running `npx dalai llama` the following error is found: - it downloads the files correctly (`consolidated.00.pth`) - tries to execute `python3 convert-pth-to-ggml.py models/7B/ 1` - cannot find file `FileNotFoundError:...