Federico Ponchio

Results 168 comments of Federico Ponchio

I was testing a library export in webpack and the main.,js got lost. It's fixed (npm run build), hopefully. About firefox, I get a lower fps (30/40) while in practice...

I did publish it on npm as nexus3d, still need to update the readme.md will be done in a second time. I am really a beginner in npm, let me...

Sure, send me the model (ply, if you can, it's smaller and faster) and I will investigate the issue.

Hi Roger, I think I already fixed this bug, but I have not issued a new release yet. You can download the latest executables from this link: https://github.com/cnr-isti-vclab/nexus/actions just be...

Ciao, there are 2 possible evolution: 1) give up view-dependent loading and just refine the model while is being downloaded (wont make a difference for small models). I have this...

Ciao, sure go ahead and I will integrate it :) Federico On Wed, Aug 1, 2018 at 9:16 AM, amarchino wrote: > Greetings. > > I don't understand exactly what...

You mean use the offscreencanvas to load the geometry into the gpu memory? In that case no, it is not possible to share resources between two different webgl contexts (as...

I should have implemented occlusion culling long time ago (but it's pretty complicated). Sorry I really have not understood what you are planning, but I don't see any reasons why...

Hi, yes, if it's possible I would like to see the code to better understand what you are actually doing. If you prefer we can just have a call and...

Yes, you are right. Actually I didn't pay to much attention in how to deal with very large textures... It was supposed to be a temporary solution, unfortunately it's taking...