John Carlson

Results 111 comments of John Carlson

I believe I'm running 0.12.1 on Windows 10. Running under Git Bash.

[{ "": true }, "" ] I'm not sure what else is possible. How are scripts, stylesheets and text nodes handled? On Oct 29, 2015 2:40 AM, "Alexey Valikov" [email protected]...

Or [{"", ... ] On Oct 29, 2015 10:36 AM, "John Carlson" [email protected] wrote: > [{ "": true }, "" ] > > I'm not sure what else is possible....

My public tests are here: https://github.com/coderextreme/x_ite/tree/main/public The "particle" one should work ok. The "variational" one is a work in progress. Thanks! John

“Or” means an alternative. Try using overrides in package.json. I’ve had success, but I’m not doing extensive options to webpack. John On Thu, May 2, 2024 at 3:37 PM Holger...

Sure, I’ve already done prototypes though. I want to do GPU instancing or particle systems where each mesh has a different animated inner and outer radius, plus 4 other different...

Suggested enhancement to X3D XML ProtoInstance. Add a “numInstances” SFInt32 field [1, inf) that shortcuts repeating the ProtoInstance N times. Thanks. Say I have 10000 instances. I’m not saying it’s...

Here's what I'm trying to build: x_ite/src/x_ite/Components/ParticleSystems/VariationPhysicsModel.js at main · coderextreme/x_ite (github.com) I can't seem to build a good x_ite/dist folder, continually having to checkout from github to get back...

Ok, i will try to uninstall. When i start ‘’’webpack s’’’ it normally asks me if I want to install the dev server. I will stop installing it. On Tue,...

Where would I require or import the new node to link it into X_ITE? Does it all get combined into x_ite.min.js and x_ite.min.js? What’s the best way to do the...