|
@@ -56,7 +56,7 @@ class OutlineNode extends TempNode {
|
|
|
* @param {Scene} scene - A reference to the scene.
|
|
* @param {Scene} scene - A reference to the scene.
|
|
|
* @param {Camera} camera - The camera the scene is rendered with.
|
|
* @param {Camera} camera - The camera the scene is rendered with.
|
|
|
* @param {Object} params - The configuration parameters.
|
|
* @param {Object} params - The configuration parameters.
|
|
|
- * @param {Array<Object3D>} params.selectedObjects - An array of selected objects.
|
|
|
|
|
|
|
+ * @param {Array<Object3D>} [params.selectedObjects] - An array of selected objects.
|
|
|
* @param {Node<float>} [params.edgeThickness=float(1)] - The thickness of the edges.
|
|
* @param {Node<float>} [params.edgeThickness=float(1)] - The thickness of the edges.
|
|
|
* @param {Node<float>} [params.edgeGlow=float(0)] - Can be used for an animated glow/pulse effects.
|
|
* @param {Node<float>} [params.edgeGlow=float(0)] - Can be used for an animated glow/pulse effects.
|
|
|
* @param {number} [params.downSampleRatio=2] - The downsample ratio.
|
|
* @param {number} [params.downSampleRatio=2] - The downsample ratio.
|
|
@@ -742,7 +742,7 @@ export default OutlineNode;
|
|
|
* @param {Scene} scene - A reference to the scene.
|
|
* @param {Scene} scene - A reference to the scene.
|
|
|
* @param {Camera} camera - The camera the scene is rendered with.
|
|
* @param {Camera} camera - The camera the scene is rendered with.
|
|
|
* @param {Object} params - The configuration parameters.
|
|
* @param {Object} params - The configuration parameters.
|
|
|
- * @param {Array<Object3D>} params.selectedObjects - An array of selected objects.
|
|
|
|
|
|
|
+ * @param {Array<Object3D>} [params.selectedObjects] - An array of selected objects.
|
|
|
* @param {Node<float>} [params.edgeThickness=float(1)] - The thickness of the edges.
|
|
* @param {Node<float>} [params.edgeThickness=float(1)] - The thickness of the edges.
|
|
|
* @param {Node<float>} [params.edgeGlow=float(0)] - Can be used for animated glow/pulse effects.
|
|
* @param {Node<float>} [params.edgeGlow=float(0)] - Can be used for animated glow/pulse effects.
|
|
|
* @param {number} [params.downSampleRatio=2] - The downsample ratio.
|
|
* @param {number} [params.downSampleRatio=2] - The downsample ratio.
|