Frozen Forest Reality Technologies

Results 30 comments of Frozen Forest Reality Technologies

I am an Unreal Engine user but VDB export will work for both engine. We have vdb plugin. I think you guys also have that.

@keli95566 nope, not currently but some users says there are some ways to implement it.

I am also wondering this question, too. I want to use generated mesh in Unreal Engine but results are note good or at least not as good as Nerf's GUI....

> Android is (mostly) POSIX. Also I'm pretty sure OpenSSL and MbedTLS both exist for Android. > > Make sure that you use the NDK for native binaries. As we...

` Commandline options: -DCMAKE_CONFIGURATION_TYPES:STRING="Debug;Release;MinSizeRel;RelWithDebInfo" -DUA_BUILD_EXAMPLES:BOOL="0" -DUA_ENABLE_JSON_ENCODING:BOOL="1" -DUA_ARCHITECTURE:STRING="posix" -DUA_ENABLE_DISCOVERY:BOOL="1" -DUA_MULTITHREADING:STRING="0" -DUA_ENABLE_PUBSUB_INFORMATIONMODEL:BOOL="1" -DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" -DUA_ENABLE_HISTORIZING:BOOL="1" -DCMAKE_INSTALL_PREFIX:PATH="C:/Program Files (x86)/open62541" -DUA_ENABLE_DIAGNOSTICS:BOOL="1" -DUA_ENABLE_ENCRYPTION_TPM2:STRING="OFF" -DUA_LOGLEVEL:STRING="300" -DUA_NAMESPACE_ZERO:STRING="FULL" -DUA_ENABLE_PUBSUB_INFORMATIONMODEL_METHODS:BOOL="1" -DUA_ENABLE_AMALGAMATION:BOOL="1" -DUA_ENABLE_PUBSUB:BOOL="1" -DUA_ENABLE_ENCRYPTION:STRING="OFF" Cache file: CMAKE_CONFIGURATION_TYPES:STRING=Debug;Release;MinSizeRel;RelWithDebInfo UA_BUILD_EXAMPLES:BOOL=0 UA_ENABLE_JSON_ENCODING:BOOL=1 UA_ARCHITECTURE:STRING=posix UA_ENABLE_DISCOVERY:BOOL=1...

any suggestion ?

solved it https://github.com/open62541/open62541/issues/5462

I figured it out that if I use `lws_callback_http_dummy` as return value of protocol callback, LWS_CALLBACK_HTTP_BODY won't trigger. So, I used return 0 and `char* body = (char*)in;` gives Body....

> @patlecat could you please elaborate on how HTTP/2 and HTTP/3 benefit larger scale applications? As I know GraphQL's subscription feature require server push (tell me if I wrong) and...

I have same problem and CUDA 12 installed. Should I use CUDA 11 ? My GPU is RTX 2080S