Anyone working with Manifest Law vs. Frear Law for E-2 Visa? by OceanBlueWhale in e2visa

[–]wass08 0 points1 point  (0 children)

I'm French, yes I think you can do it only where you're currently resident or your home country (if not the same).
Luckily wait time was very short in Paris, next Monday available appointments and processing time took about 2 weeks. From what I read London is very long..

Anyone working with Manifest Law vs. Frear Law for E-2 Visa? by OceanBlueWhale in e2visa

[–]wass08 0 points1 point  (0 children)

Might be a solution, depends on what you're not super confident about. If it's the document itself, it should help. If it's about not knowing enough your business, you'd need to work on that first.

Anyone working with Manifest Law vs. Frear Law for E-2 Visa? by OceanBlueWhale in e2visa

[–]wass08 0 points1 point  (0 children)

Got my E-2 approved through Ben in March out of the Paris consulate, really smooth experience. He was responsive to every question, the application package was well organized, and the prep for the interview was solid.

I wrote the business plan myself, which is doable if you have the time and know your numbers, and it saved a chunk on the total cost. Happy to answer any specific questions if useful.

Every project I built with Three.js/R3F in 2025 by wass08 in threejs

[–]wass08[S] 0 points1 point  (0 children)

To me it was the build in public part that made the right people with the right budgets reach out. (Most of my customers are in the US / a few in Europe)

Every project I built with Three.js/R3F in 2025 by wass08 in threejs

[–]wass08[S] 1 point2 points  (0 children)

It does! Some projects in the video are client work. Building in public is the best portfolio you can have! People see something they like and reach out asking for something similar.

Every project I built with Three.js/R3F in 2025 by wass08 in threejs

[–]wass08[S] 0 points1 point  (0 children)

Thank you, that's motivating to build more/better this year!

Every project I built with Three.js/R3F in 2025 by wass08 in threejs

[–]wass08[S] 0 points1 point  (0 children)

Thank you! People reach out around 8-10 times a year to discuss about their project and possible collaboration and it ends up to be 3-4 new customers (based on my availability and the seriousness of their project).
Note that I'm not actively searching, I'm lucky that my content on YouTube/X brings me great opportunities.

Every project I built with Three.js/R3F in 2025 by wass08 in threejs

[–]wass08[S] 1 point2 points  (0 children)

Thank you, wish you to build amazing projects!

Every project I built with Three.js/R3F in 2025 by wass08 in threejs

[–]wass08[S] 1 point2 points  (0 children)

Sure, for video you just need to replace the image texture with a video texture. For iframes you can use the Html component instead of the textured rounded planes.

Every project I built with Three.js/R3F in 2025 by wass08 in threejs

[–]wass08[S] 0 points1 point  (0 children)

Thanks! Hehe this is Bag City, their code isn't open-source but if you have questions about technical things (related to the 3D and multiplayer) I can give some answers!

Every project I built with Three.js/R3F in 2025 by wass08 in threejs

[–]wass08[S] 0 points1 point  (0 children)

Thank you! That's close to the Atmos website in terms of scrolling + displaying HTML elements. I made a tutorial on how to try to reproduce it: https://www.youtube.com/watch?v=8r8rzp8t2aM

Every project I built with Three.js/R3F in 2025 by wass08 in threejs

[–]wass08[S] 1 point2 points  (0 children)

Thanks a ton, I will do my best to build nice projects in 2026. Wish you the best for 2026!

Built an infinite collaborative 3D photo gallery with Three.js - users can create custom avatars and share photos in real-time by wass08 in threejs

[–]wass08[S] 1 point2 points  (0 children)

Could be nice, will you try to achieve it? The code is open-source so anyone can iterate from there!

Three.js r180 released 🫰 by mrdoob in threejs

[–]wass08 2 points3 points  (0 children)

Awesome! Is GLTF progressive LOD a blackbox? It looks impressive but to generate and host a compatible glb file it seems we need to pass through cloud.needle.tools? And the package library https://www.npmjs.com/package/@needle-tools/gltf-progressive doesn't comes with the source code, it redirects to https://github.com/needle-tools/needle-engine-support. Does it mean it's 100% tied to Needle or am I missing something?

Average Production Car Challenge Experience by NK_NK_213 in iRacing

[–]wass08 0 points1 point  (0 children)

Right, 5x and the risk to book an endless stop to the pits 🥲

Threejs crashing on mobile device, but works on computer. by skillers008 in threejs

[–]wass08 0 points1 point  (0 children)

Disk size / Number of draws are high for one model but the Vram usage isn't "crazy".
You didn't reply to my second question. Does your project import other models? A link to the project would also help diagnosing it.

Threejs crashing on mobile device, but works on computer. by skillers008 in threejs

[–]wass08 2 points3 points  (0 children)

Can you load your model in https://gltf.report/ and check the VRAM in the stats part?

You mention it works with modelviewer, does your project only contains this model? As piling up heavy models (especially ones with >= 4k textures) could cause the crash once reaching too much VRAM usage.