Skip to content

Commit f00ea47

Browse files
committed
demo WIP
1 parent 5bdb6bd commit f00ea47

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

demo.ipynb

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,38 @@
153153
"vis.delete()"
154154
]
155155
},
156+
{
157+
"cell_type": "markdown",
158+
"metadata": {},
159+
"source": [
160+
"In addition to the usual geometries / objects, it is also possible to write 2d texts, either onto the scene:"
161+
]
162+
},
163+
{
164+
"cell_type": "code",
165+
"execution_count": null,
166+
"metadata": {},
167+
"outputs": [],
168+
"source": [
169+
"vis.set_text('hello world')"
170+
]
171+
},
172+
{
173+
"cell_type": "markdown",
174+
"metadata": {},
175+
"source": [
176+
"Or onto an object:"
177+
]
178+
},
179+
{
180+
"cell_type": "code",
181+
"execution_count": null,
182+
"metadata": {},
183+
"outputs": [],
184+
"source": [
185+
"vis.set_text('hello world',g.Box([0.2, 0.2, 0.2]))"
186+
]
187+
},
156188
{
157189
"cell_type": "markdown",
158190
"metadata": {},

0 commit comments

Comments
 (0)