Poll

Should someone fix this?

Yes
102 (89.5%)
Maybe
3 (2.6%)
No
9 (7.9%)

Total Members Voted: 114

Author Topic: Fix Bloxel Renderer (UPDATE)  (Read 8300 times)

Is 163841 characters too much? Because I didn't crash, just lagged and had massive display glitches.

How long did you lag? Because I waited about five minutes before I decided it wasn't going to unfreeze.


And good luck on an upload, the files are huge.

How long did you lag? Because I waited about five minutes before I decided it wasn't going to unfreeze.


And good luck on an upload, the files are huge.
I made it upload to a temporary directory.
Also, I just tested it with a small save and it worked :)

I made it upload to a temporary directory.
Also, I just tested it with a small save and it worked :)
The webpage at http://zack0wack0.com/junkyard/bloxel/makeBloxelImage.php might be temporarily down or it may have moved permanently to a new web address.


I made it upload to a temporary directory.
Also, I just tested it with a small save and it worked :)
Do you think you could have the user select an angle? I can't imagine that'd be hard to do.

PHP has a maximum execution time of 30 seconds, so, if your script can't finish in time, it will just fail.

Do you think you could have the user select an angle? I can't imagine that'd be hard to do.
I just did... doesn't seem to be working.
PHP has a maximum execution time of 30 seconds, so, if your script can't finish in time, it will just fail.
I just set the .ini pref but I'm not sure if it'll work :(

Code: [Select]
<?php set_time_limit(0); ?>
to overcome the maximum execution time

Code: [Select]
<?php set_time_limit(0); ?>
to overcome the maximum execution time
I can't, my domain is hosted by 000webhost and they disallowed that function.

I can't, my domain is hosted by 000webhost and they disallowed that function.

Is it fixed? I uploaded a pixelcrap.txt and it returned a blank page.

It'd be really cool if RTB's upcoming gallery system used this.

I considered doing something like this for the RTB Gallery System but it'd require the user to actually do work beyond simply uploading the save files, such as choosing where the picture's taken from etc. Screenshots accomplish the job fine anyway.

I've also thought about just allowing a system to upload your saves to output a render, I just haven't checked out how much memory and CPU it whores yet. Our memory is quite nicely balanced at the moment.

Taking the screenshots involves more work than looking at four images and picking the one you like most.

I have downloaded the Bloxel Render system and have installed it, but it can't find the command PixelRender(). Am I the only one who has had this problem?


I am going to do this with the iEvent campus when I get home :D.