Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

good days

 

in early version i used to leave comments describing what this json part does using //

but this coments now are taken per errors and textures don't load

 

//Horizontal section of the drill body
//cuerpo horizontal 0     
//1.242 0.621
        {   "from": [ 3.5, 1,    7.379 ],
              "to": [ 6.5, 5.01, 8.621 ],
            "rotation": { "origin": [ 5,8,8 ], "axis": "y", "angle": 0, "rescale": false },
            "shade": false,
            "faces": {
                "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#rojo" },
                "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#rojo" },
	"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#rojo" },
                "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#rojo" },
	"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rojo" },
                "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#rojo" }

            }
        }
,

 

###############

What is the new way to make comments in json ?

 

i dont wanna open one by one json to fix at hand this, to many files soo i was thinking in use sed in the linux console todo something like this

$ sed  -i  's#//#WhateverCommentsAreNow#g'  *.json

and let the penguins do the job

 

 

  • Author

ñaa

befor i do comments only whith

// whatever i write is ignored

 

that now has change the only way is

"_comment": "comment text goes here...",

 

but you can do this anywhere, resignation i have to remove all the comments manually

this would trouble some now the items uses properties to define textures  some of mi json will become long,

and hard to understand whithout the comments

 

 

 

 

 

Actually the JSON spec DID support comments for a little while but it was as a 'reader can read them but writer will never write them'

They were removed after the guy got annoied.

 

Anways, models are not loaded with this 'leniant' flag enabled so no comments. Sorry, JSON is annoying like that.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.