Skip to content

Commit

Permalink
ライブラリのバージョンアップ 1.4→1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ics-ikeda committed Jul 31, 2024
1 parent 34e39bb commit dd90057
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016-2023 ICS INC.
Copyright (c) 2016-2024 ICS INC.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# HTMLタグで本格VRコンテンツが作れる! Mozillaが開発した3Dライブラリ「A-Frame」がすごい - ICS MEDIA
# HTMLタグで本格VRコンテンツが作れる!Mozillaが開発した3DライブラリA-Frame - ICS MEDIA

https://ics.media/entry/13401/
2 changes: 1 addition & 1 deletion assets/js/aframe-master.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions demo1/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="ja">
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>A-Frame Demo 1</title>
Expand Down
4 changes: 2 additions & 2 deletions demo2/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="ja">
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>A-Frame Demo 2</title>
Expand Down
4 changes: 2 additions & 2 deletions demo3/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="ja">
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>A-Frame Demo 3</title>
Expand Down
4 changes: 2 additions & 2 deletions demo4/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="ja">
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>A-Frame Demo 4</title>
Expand Down
6 changes: 3 additions & 3 deletions demo5/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="ja">
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>A-Frame Demo 5</title>
Expand All @@ -13,7 +13,7 @@
<a-assets>
<a-asset-item id="cow-obj" src="../assets/obj/spot_quadrangulated.obj"></a-asset-item>
<a-asset-item id="cow-mtl" src="../assets/obj/spot_quadrangulated.mtl"></a-asset-item>
<img id="sky" src="../assets/images/puydesancy.jpg">
<img id="sky" src="../assets/images/puydesancy.jpg" />
</a-assets>

<!-- 3Dモデル -->
Expand Down
6 changes: 3 additions & 3 deletions demo6/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="ja">
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>A-Frame Demo 6</title>
Expand All @@ -13,7 +13,7 @@
<a-assets>
<a-asset-item id="cow-obj" src="../assets/obj/spot_quadrangulated.obj"></a-asset-item>
<a-asset-item id="cow-mtl" src="../assets/obj/spot_quadrangulated.mtl"></a-asset-item>
<img id="sky" src="../assets/images/puydesancy.jpg">
<img id="sky" src="../assets/images/puydesancy.jpg" />
</a-assets>

<!-- カメラ -->
Expand Down

0 comments on commit dd90057

Please sign in to comment.