Adding a Car to Terrain in vsgCs #33
DAVIDCO1-rnd
started this conversation in
General
Replies: 1 comment 3 replies
-
|
Hi,
If you have more exotic coordinate system needs, you can specify a PROJ string. Does that get you started? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
This is my first time posting here.
I've written a few programs using VSG (though I'm still new to it). I also used vsgCs and successfully ran worldviewer with an offline terrain by passing a
tileset.jsonfile as a parameter. This allowed me to view and navigate the terrain using the mouse.I've been trying for a while to add a car model to the terrain in worldviewer, but so far without success.
I have written a VSG program that loads a simple terrain (
lz.vsgt) and displays a car driving on it. I’d like to achieve the same thing with the terrain in vsgCs.Is there an example that shows how to add anything — even just cubes — to a terrain using vsgCs? Something I could use as a starting point for my code?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions