Blockland Forums > Suggestions & Requests
Brick terrain generation by simplex noise
Axolotl:
aaaghhhhh
I only know how to handle linear and quadratic! I'll leave this to Port, I think he has better education and is able to do something like this.
If he can't handle it, then we are doomed unless somebody else can.
otto-san:
--- Quote from: Port on July 25, 2012, 05:03:58 AM ---...
you can have anything as a string
if there is an object with the ID 1000 and the name Donut
==>echo( isObject( "Donut" ) );
1
==>echo( isObject( "1000" ) );
1
and datablocks are just regular objects
you can even use setName on them
--- End quote ---
i was just wondering if torque would see "Brick4xCubeData" as a string instead of an object, but i guess it won't
Axolotl:
--- Quote from: otto-san on July 25, 2012, 11:47:06 AM ---i was just wondering if torque would see "Brick4xCubeData" as a string instead of an object, but i guess it won't
--- End quote ---
It won't, I've tried it.