Skip to content

Commit

Permalink
feat(asset-bundle): add geo.png
Browse files Browse the repository at this point in the history
  • Loading branch information
yyc-git committed Jun 1, 2019
1 parent 36a605a commit ec60c07
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
Binary file added public/img/geo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ module Method = {
value |> HeaderAssetBundleType.convertValueToMaterialData;

ImageDataMapUtils.getImgSrc(imageDataIndex, editorState)->Some;
/* TODO add geometry image */
| "geometry" => Some("./public/img/wdb.png")
| "geometry" => Some("./public/img/geo.png")
| "scriptEventFunction" => Some("./public/img/selectJsFunc.png")
| "scriptAttribute" => Some("./public/img/scriptAttribute.png")
| "texture" =>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ exports[`Header AssetBundle test generate single rab test buildSelectTreeForGene
/>
<img
className="treeNode-icon"
src="./public/img/wdb.png"
src="./public/img/geo.png"
/>
Cesium_Milk_Truck_0
</div>
Expand All @@ -172,7 +172,7 @@ exports[`Header AssetBundle test generate single rab test buildSelectTreeForGene
/>
<img
className="treeNode-icon"
src="./public/img/wdb.png"
src="./public/img/geo.png"
/>
Cesium_Milk_Truck_1
</div>
Expand All @@ -192,7 +192,7 @@ exports[`Header AssetBundle test generate single rab test buildSelectTreeForGene
/>
<img
className="treeNode-icon"
src="./public/img/wdb.png"
src="./public/img/geo.png"
/>
Cesium_Milk_Truck_2
</div>
Expand All @@ -212,7 +212,7 @@ exports[`Header AssetBundle test generate single rab test buildSelectTreeForGene
/>
<img
className="treeNode-icon"
src="./public/img/wdb.png"
src="./public/img/geo.png"
/>
Wheels
</div>
Expand All @@ -232,7 +232,7 @@ exports[`Header AssetBundle test generate single rab test buildSelectTreeForGene
/>
<img
className="treeNode-icon"
src="./public/img/wdb.png"
src="./public/img/geo.png"
/>
Wheels
</div>
Expand Down

0 comments on commit ec60c07

Please sign in to comment.