Search found 83 matches

by Rigachupe
Wed Apr 06, 2022 5:16 am
Forum: Support and Development
Topic: another problem with string pattern
Replies: 5
Views: 2830

Re: another problem with string pattern

Or use a JSON library. The input string would change to:
local str = "{1, 'test', none, 10, '', , 'hi, this is a default bio. change it (asap)!'}"

And the output from JSON would be a table that you can traverse like an array.
by Rigachupe
Tue Aug 10, 2021 7:46 am
Forum: Support and Development
Topic: API newVolumeImage parameter layers
Replies: 5
Views: 5089

Re: API newVolumeImage parameter layers

Hmm, correct me if i am understanding this wrong. But the volume image is a voxel like 3D texture accelerated by GPU?
by Rigachupe
Wed Aug 04, 2021 2:53 pm
Forum: Support and Development
Topic: API newVolumeImage parameter layers
Replies: 5
Views: 5089

API newVolumeImage parameter layers

Hi, does somebody understand what the layers parameter for function newVolumeImage is? And if this can be constructed from a single image exported as slices from MagicaVoxel?