sebastien 7 лет назад
Родитель
Сommit
931a3ce9f7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/Tools/babylon.videoRecorder.ts

+ 1 - 1
src/Tools/babylon.videoRecorder.ts

@@ -66,7 +66,7 @@ module BABYLON {
      * This can helps recording videos from BabylonJS.
      * This can helps recording videos from BabylonJS.
      * This is based on the available WebRTC functionalities of the browser.
      * This is based on the available WebRTC functionalities of the browser.
      * 
      * 
-     * @see http://doc.babylonjs.com/...
+     * @see http://doc.babylonjs.com/how_to/render_scene_on_a_video
      */
      */
     export class VideoRecorder {
     export class VideoRecorder {