K. S. Ernest (iFire) Lee

Results 1269 comments of K. S. Ernest (iFire) Lee
trafficstars

If you can provide a design, maybe it's something simple to code. Not familiar with gocd at all. This appears easy..

I also encountered this problem from the ![image](https://user-images.githubusercontent.com/32321/103106049-2c6c7780-45e7-11eb-893e-200742bb2735.png) mesh in https://github.com/zeux/meshoptimizer/issues/206#issuecomment-748478183

@zeux Would you be able to look at this? Thanks for your amazing work on meshoptimzier.

> Factor the normal-delta into the simplification as an extra error by comparing the normals alongside the edge considered for collapse. > > The metric can be done by introducing...

Is there's a better way to define normal being close enough? It seems to block optimizations of any curved surface. Only flat planes get optimized. Not sure how to allow...

I'll do some literature searches for __vertex normal__ merge, collapse, and flip metrics. If you have any keywords I can search that'll help too. Edited: Will list some promising papers:...

https://github.com/godotengine/godot/pull/47764 @zeux Can you take a moment to see if this is legitimate, the Godot Engine contributors had concerns about applying patches on top of meshoptimizer that aren't merged. I...

listRoutines is the first one mentioned by the cockroachdb staff. Not exactly sure how to test this on Windows with Cockroachdb. Also buildSchemaFilter is not correct. ``` export async function...

``` SELECT a.attname as column_name, t.typname as data_type FROM pg_catalog.pg_attribute a JOIN pg_type t ON ( t.oid = a.atttypid ) JOIN pg_class r ON ( r.oid = a.attrelid ) JOIN...

What's the best way to interactively modify the client code on sqlectron gui and have it change the code? I'm on Windows.