aalavandhaann / blueprint-js

The Javascript es6 version of the original furnishup/blueprint3d. Need some royalty free low poly models for the inventory. Can someone help me with this?
MIT License
504 stars 158 forks source link

take the stair and possibilty of collision detection #8

Closed robbisy closed 5 years ago

robbisy commented 5 years ago

Hi Thanks for this great work. I have a request that I think can make this project even greater.

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I'm always frustrated when I'm passing through wall , object or stair

Describe the solution you'd like A clear and concise description of what you want to happen.

The possibility to add collision detection on wall or object and have the possibiliy to take the stair

Additional context Add any other context or screenshots about the feature request here.

https://www.babylonjs.com/demos/espilit/ A demo with babylon.js when there is collision detection and you can take the stair

aalavandhaann commented 5 years ago

Robbisy,

Firstly, you have to understand that this is not a game engine but a simple Floorplaner framework in progress. Collision detection is more for game maps. Maybe in the future there will be plans to include multiple floors and stairs climbing.

Regards,

0K