We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Tresjs
alvarosabu
Learn more about funding links in repositories.
Report abuse
1 parent e28a766 commit 415de94Copy full SHA for 415de94
src/composables/useTresContextProvider/index.ts
@@ -54,7 +54,7 @@ export interface TresContext {
54
extend: (objects: any) => void
55
camera: ComputedRef<Camera | undefined>
56
cameras: DeepReadonly<Ref<Camera[]>>
57
- controls: TresControl | null
+ controls: Ref<TresControl | null>
58
renderer: ShallowRef<WebGLRenderer>
59
raycaster: ShallowRef<Raycaster>
60
perf: PerformanceState
0 commit comments