You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/jsm/controls/DragControls.js
-50Lines changed: 0 additions & 50 deletions
Original file line number
Diff line number
Diff line change
@@ -234,56 +234,6 @@ class DragControls extends Controls {
234
234
235
235
}
236
236
237
-
getRaycaster(){
238
-
239
-
console.warn('THREE.DragControls: getRaycaster() has been deprecated. Use controls.raycaster instead.');// @deprecated r169
240
-
241
-
returnthis.raycaster;
242
-
243
-
}
244
-
245
-
setObjects(objects){
246
-
247
-
console.warn('THREE.DragControls: setObjects() has been deprecated. Use controls.objects instead.');// @deprecated r169
248
-
249
-
this.objects=objects;
250
-
251
-
}
252
-
253
-
getObjects(){
254
-
255
-
console.warn('THREE.DragControls: getObjects() has been deprecated. Use controls.objects instead.');// @deprecated r169
256
-
257
-
returnthis.objects;
258
-
259
-
}
260
-
261
-
activate(){
262
-
263
-
console.warn('THREE.DragControls: activate() has been renamed to connect().');// @deprecated r169
264
-
this.connect();
265
-
266
-
}
267
-
268
-
deactivate(){
269
-
270
-
console.warn('THREE.DragControls: deactivate() has been renamed to disconnect().');// @deprecated r169
271
-
this.disconnect();
272
-
273
-
}
274
-
275
-
setmode(value){
276
-
277
-
console.warn('THREE.DragControls: The .mode property has been removed. Define the type of transformation via the .mouseButtons or .touches properties.');// @deprecated r169
278
-
279
-
}
280
-
281
-
getmode(){
282
-
283
-
console.warn('THREE.DragControls: The .mode property has been removed. Define the type of transformation via the .mouseButtons or .touches properties.');// @deprecated r169
0 commit comments