Skip to content

Commit 8e86f02

Browse files
authored
Renderer: Document more modules. (#30182)
* Renderer: Document more modules. * Docs: Finish `Renderer`. * Clean up. * More clean up. * Clean up. * Fix typo. * Remove parameter.
1 parent fbd54d5 commit 8e86f02

File tree

6 files changed

+1126
-17
lines changed

6 files changed

+1126
-17
lines changed

src/materials/nodes/VolumeNodeMaterial.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import { Loop, Break } from '../../nodes/utils/LoopNode.js';
1010
import { texture3D } from '../../nodes/accessors/Texture3DNode.js';
1111
import { Color } from '../../math/Color.js';
1212

13+
/** @module VolumeNodeMaterial **/
14+
1315
/**
1416
* Node material intended for volume rendering. The volumetic data are
1517
* defined with an instance of {@link Data3DTexture}.

src/nodes/code/ScriptableNode.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import { scriptableValue } from './ScriptableValueNode.js';
33
import { nodeProxy, float } from '../tsl/TSLBase.js';
44
import { hashArray, hashString } from '../core/NodeUtils.js';
55

6+
/** @module ScriptableNode **/
7+
68
/**
79
* A Map-like data structure for managing resources of scriptable nodes.
810
*

src/nodes/code/ScriptableValueNode.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import { nodeProxy, float } from '../tsl/TSLBase.js';
44

55
import { EventDispatcher } from '../../core/EventDispatcher.js';
66

7+
/** @module ScriptableValueNode **/
8+
79
/**
810
* `ScriptableNode` uses this class to manage script inputs and outputs.
911
*

0 commit comments

Comments
 (0)