Convert old 3d model in DWB format? -


i've got old 3d models in ".dwb" file format. application created them called designer's workbench coryphaeus software. think company long gone.
goal somehow convert models format can imported google sketchup can use them in google earth. ideas?
help! amb

my first approach find else read files , export them that.

assuming can't need follow following procedure (reverse engineering):

get very simple model (a 1x1x1 cube centred on known point, not 0,0,0) in dwb format.

open file in hex editor , examine find cube.

work out codes mean position, size etc.

repeat other models (cylinder, line, etc.)

when you've done enough files, run models want import through process , see comes out. resemble input? if not repeat process tweaking code until does.

i'm sorry can't more specific, need file format.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -