Skip to content

Commit 44c2f16

Browse files
committed
Added package-lock.json to .gitignore
1 parent 0a31c51 commit 44c2f16

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ libCesiumForUnityNative-*.so.meta
2525
libCesiumForUnityNative-*.dylib
2626
libCesiumForUnityNative-*.dylib.meta
2727
Documentation~/Reference/
28+
package-lock.json
29+

native~/Runtime/src/UnityPrepareRendererResources.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ struct CreateModelOptions {
2828
*/
2929
struct CesiumPrimitiveInfo {
3030
/**
31-
* @brief Whether or not the primitive's mode is set to POINTS.
32-
* This affects whether or not it can be baked into a physics mesh.
31+
* @brief Whether the primitive's mode is set to POINTS.
32+
* This affects whether it can be baked into a physics mesh.
3333
*/
3434
bool containsPoints = false;
3535

3636
/**
37-
* @brief Whether or not the primitive contains translucent vertex
37+
* @brief Whether the primitive contains translucent vertex
3838
* colors. This can affect material tags used to render the model.
3939
*/
4040
bool isTranslucent = false;
@@ -50,8 +50,8 @@ struct CesiumPrimitiveInfo {
5050

5151
/**
5252
* @brief Whether the primitive contains normals
53-
* @remarks If normals are not present, they should be generated on the CPU
54-
* or in the shader.
53+
* @remarks If normals are not present amd using a lit material, they should
54+
* be generated on the CPU or in the shader.
5555
*/
5656
bool hasNormals = false;
5757

0 commit comments

Comments
 (0)