Changelog
V3.3.7
SERVER_CONFIG
environment variable in the telemetry
key.SERVER_CONFIG
schema in ServerBuilder.ts for more information.ai.sloyd.generateModel(request)
.
ai.sloyd
feature.request
is should be an object with the following properties:
prompt
- The prompt to use for generating the model.recordName
- The name of the record that the model should be generated in. If omitted, then the user's record will be used by default.outputMimeType
- The MIME Type of the model that should be output. Currently, only model/gltf+json
and model/gltf-binary
are supported. If omitted, then model/gltf+json
will be used.levelOfDetail
- A number between 0.01
and 1
that indicates the level of detail that should be generated for the model. Higher values will generate more detailed models. If omitted, then 0.5
will be used.baseModelId
- The ID of the model that should be edited.thumbnail
- An object that specifies how the thumbnail for the model should be generated. If omitted, then no thumbnail will be created. The object should have the following properties:
type
- Should always be "image/png"
width
- The desired width of the thumbnail in pixels.height
- The desired height of the thumbnail in pixels.ai.sloyd
resource kind and create
action for the specified record.systemPortal
will now be added to the "tags" section instead of the "pinned tags" section.portalZoomableMax
and portalZoomableMin
to be supported for perspective
portal camera types.enter join code
local
studio
free
sign in
sign up
sign out
ai.hume
features now determine whether a Studio can configure their own Hume apiKey
and secretKey
.ai.hume.getAccessToken(recordName)
now accepts a record name.
apiKey
and secretKey
.ai.hume
resource kind and create
action for the specified record.floatingBillboard
option for labelPosition
.
floating
, but the label background won't have an arrow and the label will always face the camera.labelFloatingBackgroundColor
tag to control the color of the background for floating labels.
white
.@onClick
, @onAnyBotClicked
, @onGridClick
, @onPointerEnter
, @onPointerExit
, @onPointerDown
, @onPointerUp
, @onAnyBotPointerEnter
, @onAnyBotPointerExit
, @onAnyBotPointerDown
, and @onAnyBotPointerUp
to include the ID of the button that was pressed.
that.buttonId
will be either "left"
, "right"
, "middle"
, or null
.@onSpaceMaxSizeReached
would not be called when an inst ran out of space.cameraPositionOffset
is changed.@onInstJoined
.Changelog
V3.3.6
loom.recordVideo(options)
- A function that can be used to start the recording process. Resolves with a promise that includes information about the recorded video.
options
is an object with one of the following properties:
publicAppId
- The public app ID of the loom app that the video should be associated with.recordName
- The name of the record that the video should be associated with. The studio for the record needs to have loom features enabled and also be configured with a loom public app ID and private key.loom.watchVideo(url)
- A function that can be used to load and watch the given loom video.loom.getVideoEmbedMetadata(url)
- A function that can be used to load additional information about a video that can be used to embed the video.systemPortal
to appear above the tags list.Enter
while a tag is focused in the system portal now triggers the "New Tag" dialog.