|
Prime_8
|
 |
« Reply #15 on: April 05, 2012, 08:35:05 PM » |
|
any one have a link to a simple standalone multi point gradient editor ? i don't want to have to make one . lol :: now support mix modes and blending of a height map into the procedural. working on gradient mixing soon . rar http://forums.nuclearglory.com/index.php?act=downloadattach&atid=3448
|
|
|
« Last Edit: April 05, 2012, 08:41:09 PM by Prime_8 »
|
Logged
|
|
|
|
|
T_M_C
|
 |
« Reply #16 on: April 06, 2012, 04:46:42 AM » |
|
Excellent.  Sorry, i don't have a gradient editor.  TMC
|
|
|
|
|
Logged
|
|
|
|
|
fog
|
 |
« Reply #17 on: April 06, 2012, 12:18:18 PM » |
|
Yeah needless to say I don't have a multi point gradient editor either  I like the look of the building ruins in that screenie though.
|
|
|
|
|
Logged
|
|
|
|
|
|
|
T_M_C
|
 |
« Reply #19 on: April 06, 2012, 02:18:14 PM » |
|
Nice find Prime.
I can see that Gradient editor comming in really handy.
I've downloaded it for future reference.
Cool pics.
TMC
|
|
|
|
|
Logged
|
|
|
|
|
Prime_8
|
 |
« Reply #20 on: April 06, 2012, 08:27:15 PM » |
|
yeah except it has fixed max number of blend points .. LOL but very nice.
i like it has teh parametric / curve values.
lol testing fullscreen editing mode.
|
|
|
|
Logged
|
|
|
|
|
T_M_C
|
 |
« Reply #21 on: April 07, 2012, 05:23:30 AM » |
|
Looks good.
How do you navigate between the Gui and 3d display.
Ie, if you want to fly around the 3d scene, do you hold down a mouse button and use the keys to move.
Or, press a key for fly mode or something ?
I'm not sure what to do with my system.
Swapping between Gui and Gameplay area.
TMC
|
|
|
|
|
Logged
|
|
|
|
|
Prime_8
|
 |
« Reply #22 on: April 07, 2012, 12:22:54 PM » |
|
click in 3d . the GUI hides as it is a window . then use mouse look and arrow keys here . so press 'v' initiates mouse look .. and then arrow keys to 'fly , mouse wheel is for smal moves forward and back .
press a 'key' 't' in this case shows the GUI tool window , and pops it to top of app .
|
|
|
« Last Edit: April 07, 2012, 12:47:38 PM by Prime_8 »
|
Logged
|
|
|
|
|
T_M_C
|
 |
« Reply #23 on: April 07, 2012, 01:05:30 PM » |
|
Ahh.
Thats a good idea.
I hadn't thought about clicking in the main window and hiding the gui.
I think for my system, i'll use a cursors keys to move around the 2d map, left mouse click selects images and right mouse click and drag to move images.
And then have various buttons for other uses.
My old editor didn't use a gui, so i didn't have the issue of swapping between the 2d display and gui.
TMC
|
|
|
|
|
Logged
|
|
|
|
|
|
|
Prime_8
|
 |
« Reply #25 on: April 08, 2012, 12:55:39 PM » |
|
it's easy to use your own height maps made in 3rd party app. just convert it to a png . have a look : :: latest usage video ..
|
|
|
|
Logged
|
|
|
|
|
fog
|
 |
« Reply #26 on: April 09, 2012, 02:08:26 PM » |
|
Nice. Always have a little laugh when I see the FPS counter on your videos and screenies. We aren't quite in "this needs to be optimised" territory yet then 
|
|
|
|
|
Logged
|
|
|
|
|
Prime_8
|
 |
« Reply #27 on: April 09, 2012, 06:36:24 PM » |
|
lol.. fast faster ...... lol here is a wee tut on how to use your own existing height maps and such to make a mesh
|
|
|
|
|
Logged
|
|
|
|
|
Prime_8
|
 |
« Reply #28 on: April 10, 2012, 10:10:09 AM » |
|
i have teh texture preview thumbs working now .
and more of the tex' sockets are functional .. with actions being linked to te texure gui section .
allowing for way more control over results.
BUT i have found a memory leak , ~1mb per build / generation . ( only in single core XP rigs )
i have started tracking it daown and i think it is the perling class... each instance uses about 1mb , i think the p=new perlin() , has a defective or empty destructor. ? i will test later .. any how , all the ram gets returned at app exit .. so my final cleanup is working ... LOL
|
|
|
« Last Edit: April 10, 2012, 10:15:35 AM by Prime_8 »
|
Logged
|
|
|
|
|
T_M_C
|
 |
« Reply #29 on: April 10, 2012, 11:42:39 AM » |
|
I remember having to track down a memory leak from one of my old games. Took ages to find. I also discovered that the free memory fluctuates quite a bit even when the app isn't doing anything, which suprised me. Do you use a form editor to create your gui layouts or do you place it all by hand ? Looking good by the way.  TMC
|
|
|
|
|
Logged
|
|
|
|
|