ozRocker Posted April 8, 2016 Share Posted April 8, 2016 Here's a demo I made which is meant to be a seamless mix of 3D and 2D. www.punkoffice.com/scramble I'm not using any loading progress bars. I put a placeholder image on the canvas and I hide it when the mesh is rendered, like this: var start = true; mesh.registerAfterRender(function() { if (start) { $("#placeholder").hide(); start = false; } }); This way there is always something to look at in that canvas space. GameMonetize 1 Quote Link to comment Share on other sites More sharing options...
Voobus Posted April 8, 2016 Share Posted April 8, 2016 That's an amazing concept. Really great job! ozRocker 1 Quote Link to comment Share on other sites More sharing options...
totor Posted April 8, 2016 Share Posted April 8, 2016 avast is blocking your site. Quote Link to comment Share on other sites More sharing options...
ozRocker Posted April 9, 2016 Author Share Posted April 9, 2016 9 hours ago, totor said: avast is blocking your site. A few people have said that. Its reporting even my .PNG files as malware. I've reported it to Avast to get them to analyse and remove the block. All the online scanners I've tried don't have a problem with my site. I've had to turn off Avast because it can block a perfectly legitimate site for no reason and it doesn't even give you the option to ignore. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.