Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
dylanebert/3d-arena
jt5d
/
3d-arena
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4e1da8c
3d-arena
/
viewer
/
src
/
lib
/
splat.js
/
core
/
Camera.ts
dylanebert
HF Staff
add skeleton library
4e1da8c
over 1 year ago
raw
Copy download link
history
blame
167 Bytes
import
{
Object3D
}
from
'./Object3D'
;
import
{
Matrix4
}
from
'../math/Matrix4'
;
export
class
Camera
extends
Object3D
{
constructor
(
) {
super
();
}
}