Skip to content

Commit 16b5811

Browse files
s-rigaudSamuel Rigaud
and
Samuel Rigaud
authored
OculusHandModel: fix reference to path attribute (#30679)
Co-authored-by: Samuel Rigaud <[email protected]>
1 parent b91fd11 commit 16b5811

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/jsm/webxr/OculusHandModel.js

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class OculusHandModel extends Object3D {
1515
this.envMap = null;
1616
this.loader = loader;
1717
this.onLoad = onLoad;
18+
this.path = null;
1819

1920
this.mesh = null;
2021

0 commit comments

Comments
 (0)