File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 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" : {},
You can’t perform that action at this time.
0 commit comments