yuziqi
yuziqi
@lowsfer it seems this change can't support out-of-order json fileds.
I made a few changes to support out-of-order JSON fields. It works fine in my case, but I don't know if there are any side effects. here are my changes:...
@lowsfer Sure, I'd be happy to submit a PR , and I've already done that. Let me know if there's any problems. here is the [PR](https://github.com/lowsfer/cereal/pull/1).
@j9liu Thanks for your reply. The reason I use the `Translucent` blend mode is to ensure that the styling result matches that of `CesiumJS`. In `CesiumJS`, the styling result can...
感谢回复!按照 [#263](https://github.com/fanvanzh/3dtiles/issues/263) 中的方法修改了相关代码,编译通过了。但是无法正常运行... 我使用的环境是`arm`机器上的`ubuntu 20.04`容器,对项目中的示例数据进行处理时,出现了段错误:  按照 [#263](https://github.com/fanvanzh/3dtiles/issues/263) ,将`*const i8`都改成了`*const libc::c_char`。不知道是不是这个原因。