feat(all): init commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import * as THREE from "three/webgpu";
|
||||
import {get} from "lodash-es";
|
||||
|
||||
export const isCubeCamera = (value: unknown): value is THREE.CubeCamera => {
|
||||
return get(value, 'isCubeCamera') === true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user