Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate cast functions #552

Merged
merged 7 commits into from
Aug 19, 2023
Merged

Separate cast functions #552

merged 7 commits into from
Aug 19, 2023

Conversation

gkjohnson
Copy link
Owner

Depends on #551

import { OrientedBox } from '../math/OrientedBox.js';
import { ExtendedTriangle } from '../math/ExtendedTriangle.js';
import { PrimitivePool } from '../utils/PrimitivePool.js';
import { arrayToBox } from '../utils/ArrayBoxUtilities.js';
import { iterateOverTriangles, setTriangle } from '../utils/TriangleUtilities.js';
import { BufferStack } from './utils/BufferStack.js';

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused import BufferStack.
src/core/cast/raycastFirst.js Fixed Show fixed Hide fixed
@gkjohnson gkjohnson merged commit f6da3ac into master Aug 19, 2023
3 checks passed
@gkjohnson gkjohnson deleted the separate-functions branch August 19, 2023 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant