Posts: 20
Threads: 10
Joined: Aug 2021
Reputation:
0
Hi
有一个API调用广告吗d a sphere?
something like the below would be ideal:
RDK.AddShape("Sphere", X, Y, Z, radius)
regards
Andy
帖子:81
Threads: 0
Joined: Dec 2021
Reputation:
13
03-31-2022, 06:01 PM
(This post was last modified: 03-31-2022, 06:02 PM byAlex.)
Do you need a sphere for you API code or just an easy way to add a sphere to your station?
You can create your own set of points to be able to use the AddShape Method similar to that
Alternatively, with some quick changes (and by quick I mean crude) I created a Spheroid Spawn App from the Box Spawn App.