C# Model Viewer (Newest RS Models, MQO importing and exporting, OPEN SOURCE)
I've started working on a model viewer in C# using OpenTK that will hopefully have all of the features of Datmaker.
This WILL be released and it WILL be open source
DOWNLOADS
Texture Dumper(742+ only):
V1:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
V2:
[Only registered and activated users can see links. Click Here To Register...]
Model viewer version 1.0:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
If you are using the source add the res folder in from the textures download to RSCSMV\RSCSMV\bin\Debug
also sorry for any messy code or wrong naming and for the lack of namespaces
If you dump new textures with the texture dumper, just add them into installation location(default in program files) under res/textures/
I forgot to enable antialiasing in the installable version but if you want to enable it in the source, follow these instructions
Open Form1.Designer.cs and find
Code:
this.glControl = new OpenTK.GLControl();
replace that with
Code:
this.glControl = new OpenTK.GLControl(new OpenTK.Graphics.GraphicsMode(32, 24, 8, 4));
this will make it so you cant edit the form but it enables antialiasing
Features:
Done, Not Started, In Progress
Code:
Load all Models 317-800+
Lighting
Shaders
Textures with correct mapping for all types
Exporting model to MQO for edting
Importing MQO files and saving as RS format
Automatically animating an unanimated model
All other features of datmaker such as viewing wireframe
Particles
blend and wavefront models
Animations
Dumping/Loading textures/models from a cache
Importing textures for blend/obj/mqo
Exporting RS format model with textures
It's also a possibility that in the future i will make it able to load models directly from the cache
if you have any other ideas please leave a suggestion in the posts!
Now onto the media
Random model:
[Only registered and activated users can see links. Click Here To Register...]
Textures:
[Only registered and activated users can see links. Click Here To Register...]
Lighting:
[Only registered and activated users can see links. Click Here To Register...]
Newest model format and customizable background color:
[Only registered and activated users can see links. Click Here To Register...]
Exporting to MQO (this is an 800+ model):
[Only registered and activated users can see links. Click Here To Register...]
More textures:
[Only registered and activated users can see links. Click Here To Register...]