Skip to content

Instantly share code, notes, and snippets.

@pBread
Last active February 17, 2019 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pBread/1c46bd35c32f82d93b17f5b342144343 to your computer and use it in GitHub Desktop.
Save pBread/1c46bd35c32f82d93b17f5b342144343 to your computer and use it in GitHub Desktop.
var baseSceneId = "dcd13c70-0788-4cf1-964b-ed5b2409f8af";
var playerSettings = {
display: "left",
tools: "all",
overlays: [
{
type: "presets",
position: "left",
visibility: "push"
}
]
};
var formSettings = {
form: "default",
stepType: "tabs",
defaultValues: { "shell color": "red" },
collapsable: false,
actions: ["snapshot", "share", "playButton"]
};
api.kit.initialize({baseSceneId: baseSceneId, playerSettings: playerSettings, formSettings: formSettings}).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment