sebavan %!s(int64=6) %!d(string=hai) anos
pai
achega
0c137431cd
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      src/Materials/effectRenderer.ts

+ 9 - 0
src/Materials/effectRenderer.ts

@@ -11,8 +11,17 @@ import { DataBuffer } from '../Meshes/dataBuffer';
 // Prevents ES6 Crash if not imported.
 import "../Shaders/postprocess.vertex";
 
+/**
+ * Effect Render Options
+ */
 export interface IEffectRendererOptions {
+    /**
+     * Defines the vertices positions.
+     */
     positions?: number[];
+    /**
+     * Defines the indices.
+     */
     indices?: number[];
 }