David Rowe

Results 51 comments of David Rowe

I question why the hifi-screenshare.app is in \interface.app\Contents\Resources\ rather than \interface.app\Contents\MacOS\\. (It isn't on Windows.)

Dale found the following OSX dev doc on DMG contents: https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html#//apple_ref/doc/uid/10000123i-CH101-SW1

The screenshare app is copied to its DMG location in \interface\CMakeLists.txt: ``` # copy screenshare app to the resource folder COMMAND "${CMAKE_COMMAND}" -E copy_directory "${CMAKE_CURRENT_BINARY_DIR}/../screenshare/hifi-screenshare-darwin-x64/hifi-screenshare.app" "${RESOURCES_DEV_DIR}/hifi-screenshare.app" ``` Instead of `copy_directory`,...

Yes, this is still an issue. Note: The FIXMEs probably need reviewing - perhaps their content isn't warranted after all.

Probably fixed by https://github.com/vircadia/vircadia/pull/1326 because it appears to be the same crash.

There are some other components missing as well; I tried installing Sandbox-only on an Azure VM and it wouldn't start up even though I copied that DLL into the install...

Confirmed that the problem is still present in Vircadia 2020.2.3.

It may be counting each vertex N times where N = the number of triangles that use that vertex? The vertex count should be what's useful to ender users (modellers)...

@Colorfingers Which version of Interface - current 2022.1.0 release or own build from latest source?

Some info on Google Poly shutting down: https://vrscout.com/news/google-poly-is-shutting-down/