Jump to content

Hybrid clothing retail site


ozRocker
 Share

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...