Skip to content

Commit

Permalink
chore: remove sample_candleflame maskMap (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeboy-cn authored Jan 26, 2024
1 parent 9f856bb commit b326d1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions samples/particle/Sample_CandleFlame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ export class Sample_CandleFlame {
mat.baseMap = Engine3D.res.whiteTexture;
mat.normalMap = Engine3D.res.normalTexture;
mat.aoMap = Engine3D.res.whiteTexture;
mat.maskMap = Engine3D.res.createTexture(32, 32, 255.0, 255.0, 0.0, 1);
mat.emissiveMap = Engine3D.res.blackTexture;
mat.emissiveMap = Engine3D.res.whiteTexture;
mat.roughness = 0.5;
mat.metallic = 0.2;

Expand Down

0 comments on commit b326d1a

Please sign in to comment.