Optionalaltitude?: numberThe altitude of the geometry element in meters.
OptionalborderColor?: stringThe color of the border. borderVisible must be true for this to take effect.
OptionalborderVisible?: booleanWhether the geometry has a border
OptionalborderWidth?: numberThe width of the border. borderVisible must be true for this to take effect.
Optionalcolor?: stringColor of the geometry element. Color can be set using CSS colors names DarkGoldenRod, as Hex strings #0000FF or the rgb values rgb(255,0,0). Set to initial to reset to the default color.
OptionalenableImageCollisions?: booleanWhether the anchored image should collide with other images.
OptionalflipImageToFaceCamera?: booleanWhether the image should be flipped to face the camera.
Optionalheight?: numberHeight of the geometry element in meters.
OptionalhoverColor?: stringColor of the geometry element when hovered over. Color can be set using CSS colors names DarkGoldenRod, as Hex strings #0000FF or the rgb values rgb(255,0,0). Set to initial to reset to the default color.
Optionalinteractive?: boolean | "pass-through"Controls how the geometry participates in pointer-event raycasting.
true: hover and click handlers fire on this geometry.false (default): the geometry captures the raycast — clicks land on
it and stop there — but no hover or click handler fires. The geometry
still shields anything rendered behind it from receiving events.'pass-through': raycasts skip this geometry entirely so pointer
events fall through to whatever is rendered behind it. Useful for
invisible helper geometry that must never block clicks beneath it.Optionalopacity?: numberOpacity of the geometry element.
Optionaltexture?: { url: string }Texture to apply to the geometry element.
OptionaltopColor?: stringColor of the geometry element's top. Color can be set using CSS colors names DarkGoldenRod, as Hex strings #0000FF or the rgb values rgb(255,0,0). Set to initial to reset to the default color.
OptionaltopTexture?: { url: string }Top texture to apply to the geometry element.
Optionaltype?: "geometry"Optionalvisible?: booleanWhether the geometry is visible.
A partial geometry state used to apply incremental updates, where every field is optional.