Skip to content

Commit

Permalink
Added x3d_latest_version.
Browse files Browse the repository at this point in the history
  • Loading branch information
create3000 committed Oct 20, 2024
1 parent 0696597 commit 76d220e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: >- # used by seo meta and the atom feed
Sunrize — A Multi-Platform X3D Editor
version: 1.6.8
x3d_latest_version: 4.0 # x3d latest version
download_dmg: 143777104
download_exe: 158058496

Expand Down
4 changes: 2 additions & 2 deletions docs/_posts/documentation/imported-and-exported-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Importing nodes from an inlined file is accomplished with two statements: IMPORT
Here is a simple example of including a EXPORT statement in an X3D file (Export.x3dv):

```vrml
#X3D V3.3 utf8
#X3D V{{ site.x3d_latest_version }} utf8
DEF XFORM Transform {
children Shape {
Expand All @@ -28,7 +28,7 @@ The IMPORT feature allows authors to incorporate content defined within Inline n
And now the appropriate file with the IMPORT statement (Import.x3dv):

```vrml
#X3D V3.3 utf8
#X3D V{{ site.x3d_latest_version }} utf8
DEF INLINE Inline {
url "Export.x3dv"
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/documentation/using-the-script-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ In Sunrize, the script itself is contained in the url field of the Script node,
Here is a simple example of including a Script node in an X3D file:

```vrml
#X3D V3.3 utf8
#X3D V{{ site.x3d_latest_version }} utf8
DEF XFORM Transform {
children [
Expand Down

0 comments on commit 76d220e

Please sign in to comment.