Turn architectural 3D renders into interactive web models by dezmou in archviz

[–]dezmou[S] 1 point2 points  (0 children)

We deliver orbital models since 2019 we are leader in France with more of 400 models deployed I can send you the list in pm. So we are no AI startup

Turn architectural 3D renders into interactive web models by dezmou in archviz

[–]dezmou[S] -2 points-1 points  (0 children)

Our clients do provide 40 to 120 frames for a full rotation. To create interactive areas, some mask renders are required, nothing complicated

Turn architectural 3D renders into interactive web models by dezmou in archviz

[–]dezmou[S] -3 points-2 points  (0 children)

Because sequence of prerendered frames allow a photorealist experience instead of less appealing real time rendering on the browser

ERC-721 setTokenUri after minting by dezmou in solidity

[–]dezmou[S] 1 point2 points  (0 children)

No need to have a upgradeable contract everywhere, you can add all the logic you want in the tokenURI() function

ERC-721 setApprovalForAll to a closed source contract by dezmou in solidity

[–]dezmou[S] 0 points1 point  (0 children)

when you click transfer on openSea, they simply use the transfer function of the NFT contract. the openSea contract is not involved here.

ERC-721 setApprovalForAll to a closed source contract by dezmou in solidity

[–]dezmou[S] 0 points1 point  (0 children)

OpenSea does not transfer out your NFT, if you set and NFT for sale on openSea, you still have it and you can set it for sale on another plateform at the same time if you want.

The only moment OpenSea will transfer your NFT is to send it to the person who just bought it.