فهرست منبع

Add setPath to XRControllerModelFactory (#27816)

Fermin Lozano 1 سال پیش
والد
کامیت
50856204dd
1فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 8 0
      examples/jsm/webxr/XRControllerModelFactory.js

+ 8 - 0
examples/jsm/webxr/XRControllerModelFactory.js

@@ -222,6 +222,14 @@ class XRControllerModelFactory {
 
 	}
 
+	setPath( path ) {
+
+		this.path = path;
+
+		return this;
+
+	}
+
 	createControllerModel( controller ) {
 
 		const controllerModel = new XRControllerModel();