POV-Ray : Newsgroups : povray.off-topic : Any game engine out there that does blobs? : Re: Any game engine out there that does blobs? Server Time
6 Oct 2024 07:47:05 EDT (-0400)
  Re: Any game engine out there that does blobs?  
From: scott
Date: 22 Jul 2015 06:43:16
Message: <55af73c4$1@news.povray.org>
>>> https://www.shadertoy.com/view/ld2GRz
>>>
>>> I don't know exactly what type of data you want to visualise, but you
>>> might be able to edit the script (that one is fairly straightforward
>>> to see how it's moving the blobs) to show your data instead.
>>>
>>
>> IIRC shadertoy is only online.
>
> I'm not sure if you can just save the page and run it locally. It might
> need some tweaks. But in the end shadertoy is just a friendly front-end
> to webGL. The shader code should be copy&pastable into a local webGL page.

Actually, shadertoy only just does a small amount of variable renaming 
(and handles mouse input and textures etc), so if you can do without 
them it's simply a case of copying and pasting the shadertoy code into a 
simple webgl html page, renaming a couple of variables and removing the 
texture lookups. See attached - that should run standalone locally.


Post a reply to this message


Attachments:
Download 'iso-8859-1' (12 KB)

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.