Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello,

I want to develop Online Website for Create Own 3D Home or Office Interior Infrastructure, in C# asp.net or MVC.

How to Develop Web Application in C# ASP.Net MVC for Create your own home interior and infrastructure design?

User can create and customize wall,can put bed in your scene and all furniture.

So, How can we start this project and what will be need another api or dll for create design.

Please help me.

Thanks

Ankit Agarwal
Software Engineer
Posted
Comments
Nathan Minier 20-Jan-15 7:40am    
...
Yes, you will need to use something outside the MVC architecture for your 3D modelling. Consider using Flash.
[no name] 20-Jan-15 7:47am    
I want to develop web application without using flash.
[no name] 20-Jan-15 8:09am    
How to develop Virtual Reality 3D Design for Home.Offices and Hotel in Web Application, in C# Asp.net or MVC?

1 solution

The MVC application will be just a framework and backend in such a case.
You can make great 3D graphics with HTML5. Of course you need html5 enabled browsers, but I think it is an acceptable constraint these days. You can rely on WebGL also, but it has even less support - for now (check Babylon.js[^]). So you can find many tool to render 3d in a web application. What you will need to make on your own is the "designer" you give to your users to draw the building. I am sure, you might find out there some examples for this also (like this one: http://www.3dtin.com/#[^]).
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900