Skip to content

Fix incorrect entity occlusion when the camera is below the planet's radius and no terrain tiles are in view #156

Fix incorrect entity occlusion when the camera is below the planet's radius and no terrain tiles are in view

Fix incorrect entity occlusion when the camera is below the planet's radius and no terrain tiles are in view #156

Workflow file for this run

name: check-cla
on:
pull_request_target:
types: [opened]
jobs:
check-cla:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: install node 20
uses: actions/setup-node@v4
with:
node-version: '20'
- name: install npm packages
working-directory: ./.github/actions/check-for-CLA
run: npm install
- name: run script
working-directory: ./.github/actions/check-for-CLA
run: node index.js
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PULL_REQUEST_ID: ${{ github.event.number }}
GOOGLE_KEYS: ${{ secrets.GOOGLE_KEYS }}
INDIVIDUAL_CLA_SHEET_ID: ${{ secrets.INDIVIDUAL_CLA_SHEET_ID }}
CORPORATE_CLA_SHEET_ID: ${{ secrets.CORPORATE_CLA_SHEET_ID }}