File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/resources/parser/material Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { NodeMaterial , shadergraph } from '../../../scene/materials/node-material.js' ;
2
2
3
3
/**
4
- * @private
4
+ * @class
5
5
* @name pc.JsonNodeMaterialParser
6
6
* @description Convert incoming JSON data into a {@link pc.NodeMaterial}.
7
7
* @param {pc.GraphicsDevice } device - The graphics device of the application - required for creating placeholder
@@ -24,7 +24,6 @@ JsonNodeMaterialParser.prototype.parse = function (input) {
24
24
} ;
25
25
26
26
/**
27
- * @private
28
27
* @function
29
28
* @name pc.JsonNodeMaterialParser#initialize
30
29
* @description Initialize material properties from the material data block e.g. Loading from server.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import { StandardMaterialValidator } from '../../../scene/materials/standard-mat
14
14
import { standardMaterialParameterTypes } from '../../../scene/materials/standard-material-parameters.js' ;
15
15
16
16
/**
17
- * @private
17
+ * @class
18
18
* @name pc.JsonStandardMaterialParser
19
19
* @description Convert incoming JSON data into a {@link pc.StandardMaterial}.
20
20
*/
@@ -33,7 +33,6 @@ JsonStandardMaterialParser.prototype.parse = function (input) {
33
33
} ;
34
34
35
35
/**
36
- * @private
37
36
* @function
38
37
* @name pc.JsonStandardMaterialParser#initialize
39
38
* @description Initialize material properties from the material data block e.g. Loading from server.
You can’t perform that action at this time.
0 commit comments