WebGLSamples / WebGL2Samples

Short and easy to understand samples demonstrating WebGL 2 features
Other
1.01k stars 143 forks source link

vertex format: half float conversion #96

Closed shrekshao closed 8 years ago

shrekshao commented 8 years ago
shrekshao commented 8 years ago

Pack up the code to a new js in third-party, use closure.

shrekshao commented 8 years ago

@pjcozzi I've wrapped up the code to a separate .js file and use closure. How are we going to handle this sample? Shall we close the sample for now and reopen it after we do strict unit test for the half float convert tool?

pjcozzi commented 8 years ago

@shrekshao I think it is fine to merge this sample before making a separate standalone utility for half floats. Just keep #91 open.

shrekshao commented 8 years ago

Ready:

pjcozzi commented 8 years ago

Looks great! We'd still want to do a bit more cleanup to make HalfFloat a standalone library for WebGL 2.0 apps, but we'll save that for #91 and perhaps a future semester.