Skip to content

Instantly share code, notes, and snippets.

@flushpot1125
Created November 24, 2022 05:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flushpot1125/bec68801949a202bd89cffaae29cad9b to your computer and use it in GitHub Desktop.
Save flushpot1125/bec68801949a202bd89cffaae29cad9b to your computer and use it in GitHub Desktop.
var ray;
function castRay(){
ray = scene.activeCamera.getForwardRay();
}
engine.runRenderLoop(function () {
castRay();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment