-
Notifications
You must be signed in to change notification settings - Fork 28
Create Map & Map Tile components #69
Comments
@lamo2k123 can you take a look at this branch? https://github.com/kevinhikaruevans/uojs2/compare/get-map-data I'm trying to send data through the websocket, but I'm getting this error:
I think it's sending "[object...]" as a string but I'm not sure why. Any ideas? 😕 |
fixed 54b3cec |
Thanks! I ran into another issue. I'm trying to use
I'm calling connect in map.js: https://github.com/kevinhikaruevans/uojs2/blob/get-map-data/src/client/components/map/index.js#L13 Should I pass (loaded in scene/index.js and in pages/game/index.js) |
The |
Why do not you just THREEJS use? |
Like... use Three.js without react-three-renderer? I like react-three-renderer because it manages a lot of stuff. Maybe something like:
|
Use the '@connect' component 'scene / index.js' and there Give props to 'map' component. |
No description provided.
The text was updated successfully, but these errors were encountered: