Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Encoder details

Robert Plummer edited this pageMay 27, 2019 ·1 revision

New encoder

In the last steps of v2's release, it was found there were some bungs in the old float 32 encoder (sometimes referred to as packing and unpacking), for unsigned precision. It was switched out with one that matched the excellent writeup fromhttp://www.vizitsolutions.com/portfolio/webgl/gpgpu/speedBumps.html. Code from:http://www.vizitsolutions.com/portfolio/webgl/gpgpu/js/ToUnsignedBytes.js

What a nice solution!

Knowing this was likely a decision made in haste, it was thought to keep the legacy encoder, and offer the new one by default. This lead to a kernel setting 'useLegacyEncoder: boolean` to be added, after first checking that the new encoder worked with most standard hardware.

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp