Marko Lazić

Results 8 comments of Marko Lazić

Lights now have Visibility component. Simply adding "LIGHT" to is_present(obj) in visibility.py fixes the problem. ```python @staticmethod def is_present(obj): return obj.type in [ "MESH", "LIGHT" ]`

Well done. I was actually struggling with the new method of inserting rigid bodies into entities part. I couldn't find any migration guide and I was not using Rapier directly...

Seems like docker-maven-plugin release [0.40.0 (2022-05-29)](https://github.com/fabric8io/docker-maven-plugin/releases/tag/v0.40.0): now supports - Multi-architecture images using buildx (https://github.com/fabric8io/docker-maven-plugin/issues/1502) @chonton

> @walshe did you get it fixed? I fixed it is by adding `pathPrefixes`: > > ``` > > ... > > @openzeppelin=../contract-dependencies/node_modules/@openzeppelin > > > ``` But when you...

Wrapping that into client_connected() function would have better sound.