Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Question) Icons and polygons for custom nodes in the 3d map #45

Closed
jefvel opened this issue Apr 7, 2020 · 1 comment
Closed

(Question) Icons and polygons for custom nodes in the 3d map #45

jefvel opened this issue Apr 7, 2020 · 1 comment

Comments

@jefvel
Copy link
Contributor

jefvel commented Apr 7, 2020

Hi! I just read the article about Shiro games technology stack, and saw this screenshot of HIDE:
image

In it there are nodes with icons (the monster heads), and the colorful polygon shapes, for navigation I guess?
For my game I'm currently just using a textured box for characters on the map, and been looking into adding bounding volumes for logic. I was wondering if support for icons and custom polys are in the editor by default, or if it's a custom thing for Darksburg?

@jefvel jefvel changed the title Icons and polygons for custom nodes in the 3d map (Question) Icons and polygons for custom nodes in the 3d map Apr 7, 2020
@ncannasse
Copy link
Member

This is done using an "instance" of CDB data, with CDB line having an Tile information.
It's not the most easy setup, but you could have your own prefab that shows an icon at a given position.
There's a polygon editor but I think it's only on a 2D plane.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants