Skip to content

Instantly share code, notes, and snippets.

View SamGondelman's full-sized avatar

Sam Gondelman SamGondelman

  • Blimp Development, LLC
View GitHub Profile
This file has been truncated, but you can view the full file.
Computer33s-MBP:build computer33$ echo $QT_CMAKE_PREFIX_PATH
/usr/local/Cellar/qt5/5.6.1-1/lib/cmake/
Computer33s-MBP:build computer33$ /Applications/CMake.app/Contents/bin/cmake .. -G "Xcode" -DCMAKE_BUILD_TYPE=Release
-- The C compiler identification is AppleClang 7.3.0.7030031
-- The CXX compiler identification is AppleClang 7.3.0.7030031
-- Check for working C compiler using: Xcode
-- Check for working C compiler using: Xcode -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
This file has been truncated, but you can view the full file.
Computer33s-MBP:build computer33$ /Applications/CMake.app/Contents/bin/cmake .. -G "Xcode" -DCMAKE_BUILD_TYPE=Release
-- The C compiler identification is AppleClang 7.3.0.7030031
-- The CXX compiler identification is AppleClang 7.3.0.7030031
-- Check for working C compiler using: Xcode
-- Check for working C compiler using: Xcode -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler using: Xcode
"use strict";
// AATest.js
//
// Created by Sam Gondelman on 8/8/2017
// Copyright 2017 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
"use strict";
// DrawInFrontTest.js
//
// Created by Sam Gondelman on 8/9/2017
// Copyright 2017 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
"use strict";
// Image3DOverlayTest.js
//
// Created by Sam Gondelman on 8/16/2017
// Copyright 2017 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
"use strict";
// AATest2.js
//
// Created by Sam Gondelman on 9/1/2017
// Copyright 2017 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
"use strict";
// LineAlphaTest.js
//
// Created by Sam Gondelman on 9/22/2017
// Copyright 2017 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
"use strict";
// Created by Sam Gondelman on 9/22/2017
// Copyright 2017 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
(function() { // BEGIN LOCAL_SCOPE
// Created by Sam Gondelman on 9/25/2017
// Copyright 2017 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
(function(){
this.hoverOverEntity = function(entityID, mouseEvent) {
print("pos3D: " + JSON.stringify(mouseEvent.pos3D));
print("direction: " + JSON.stringify(mouseEvent.direction));
"use strict";
// LayeredTest.js
//
// Created by Sam Gondelman on 10/5/2017
// Copyright 2017 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//