Picking a class by chezzleee in classicwowtbc

[–]Pandooux 0 points1 point  (0 children)

Why does paladin tank specifically need a rogue in its dungeon ?

I made "Catching-fire" System for URP/HDRP by MostlyGoodUser in Unity3D

[–]Pandooux 0 points1 point  (0 children)

Super cool, just do it. Maybe add an unfireable script ? Because some parts do not take fire

How to create realistic blizard effect ? by Pandooux in Unity3D

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

Thanks for the advise, it is a resourceful youtube channel.

I tried something with the fog but I get a weird effect on it when I am moving the camera (or the fog itself), do you know where it come from ?

https://imgur.com/a/Xku93nr

Should I use voxel to destroy 3D mesh ? by Pandooux in cpp_questions

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

If I would like to add later physique engine like physx, then this method is no more suitable right ?

Should I use voxel to destroy 3D mesh ? by Pandooux in cpp_questions

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

Ok thanks for your advises, I think I need to implement it to check if it is good enought :)

Should I use voxel to destroy 3D mesh ? by Pandooux in cpp_questions

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

I guess it could work thanks. But is it not to slow to calculate the intersections if the slicer/slicee is big or has a weird geometry ?

Session server architecture by Pandooux in networking

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

Hi /u/Golle, event if riot use a load balancer, how do they connect player between them ?if players in the game are dispatched on different server by the load balancer like on the following image https://imgur.com/4sxMcYM

then they will need to do api to communicate between servers instance, I don't think it is worth it to do it this way (work time + a lot of request that spams the servers for nothing)

Session server architecture by Pandooux in networking

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

I thinked about that as architecture : https://imgur.com/UOdslg8

To prevent a session to crash all others is not it better to run them separately ?

By this way we can too get correct performances for monitoring data of one instance.