BenMack

Results 11 issues of BenMack

This is the MaxScript to create a reproducable case: ``` tea = Teapot isSelected:on radius:10 tea.rotation.x = 0.2 scale tea [1,1,5] -- scale in world coordinate (not local coord) ```...

3dsmax

Please consider implementing screen space reflections, it would be an amazing addition to improve Three.js realistic factor. I've found some good sample, tutorial about SSR: https://github.com/Domenicobrz/WebGL2-Screen-space-reflections https://lettier.github.io/3d-game-shaders-for-beginners/screen-space-reflection.html Related thread: https://github.com/mrdoob/three.js/issues/8248

feature request

Step to reproduce: - On the Chrome picker at homepage, slowly drag the `saturation pointer` down over the very bottom (problem won't occur if you drag fast) - You will...

help wanted
tinycolor issue

I've just started to use xatlas and I'm really amazed by its speed and quality. However, I've found that recompute charts created too many unnecessary charts (to the point that...

I have built decimater.exe, but it mostly stopped working after print `computing initial metrics finished`, even on 3ds max default teapot I have attached the teapot.obj and decimater.exe that I...

This is the error when compiling on Windows 10: ![image](https://user-images.githubusercontent.com/6309393/120412319-8d5f5f00-c380-11eb-990a-4ff200f2d8e3.png) Any guidance on what might be the problem here?

This is the result where I built and ran on Ubuntu 18.04 (using VirtualBox on Windows 10, because I haven't had successful build directly on Windows): ![image](https://user-images.githubusercontent.com/6309393/120325660-14c1b980-c312-11eb-88c4-a17c2c0abd89.png) How can I...

The `__file__` attribute is not guaranteed to exist, and causes problems for a number of packaging solutions. Please see https://github.com/indygreg/PyOxidizer/issues/69 The guide recommend using `importlib.resources`: https://pyoxidizer.readthedocs.io/en/latest/oxidized_importer_resource_files.html#porting-code-to-modern-resources-apis

enhancement
new

Run `CompressonatorCLI in.bmp out.bmp` inside a path with Unicode character like `C:\Users\ニウエ\temp\` will always return error: ``` > cd C:\Users\ニウエ\temp\ > CompressonatorCLI in.bmp out.bmp Error: loading source image ``` Some...

Our workflow only support .ktx and I can't found any tool can do DDS -> KTX conversion, so it'd be great if bc7enc can output to KTX directly.

enhancement