Is it possible to combine union3d with php?

I would like to create a web browser using php. I need graphics, so I searched the Internet and found an option for developing a 3d blender model, and there is the ability to transfer / export the model and its object to the network. so far here it’s not great for me. The question is, is it possible to control the object and model using php? thanks

+4
php unity3d
source share
1 answer


Yes, you can use the Tempests web kit: http://forum.unity3d.com/threads/17674-Unity-Web-Suite-(Examples-Tutorials )

Scroll down to PHPHandler;)

+3
source share

Source: https://habr.com/ru/post/1412556/


All Articles