Don McCurdy

Results 1458 comments of Don McCurdy

> In practice I've never used any of the typed BufferAttribute classes -- I've just never seen the purpose because I typically already have my data in an appropriately typed...

Ahh ok, thanks. Casting from int to float before use does not seem impossible or inherently worse than the alternative, particularly with how the node-based system handles types. But I...

If we need the new property that's OK with me. It's this API that I'm concerned about, and that was leading me to look for ways around it: - `new...

Sorry for the delay – this looks good to me (after rebase) if @takahirox does not have any concerns!

> Are there any plans to allow for passing in a DataView or Uint8Array with a byte offset into parse? No plans, but it sounds like a good idea to...

^This needs a little cleanup on mobile.

@Mugen87 suppose `examples/js` goes away in r120: We can't link directly to https://unpkg.com/[email protected]/examples/js/loaders/GLTFLoader.js, because that script will be gone. So this lets you download the same thing from https://three-unmodularize.now.sh/[email protected]/examples/jsm/loaders/GLTFLoader.js, un-modularizing...

There is one that does un-modularize: https://bundle.run/. But it runs Rollup and bundles dependencies (i.e. all of threejs) _into_ the file, so doesn't really help us here. :/

Sure – do you want the docs change to include the link to the downloadable file, or leave that to consider with a future unmodularize PR? Could also include a...

It is, sort of — it generates files like those have in `js`, from the `jsm` version. But I was assuming we wanted to delete `examples/js` entirely. So it doesn't...