Author Topic: ObjectView  (Read 2775 times)

ObjView allows users to view their models without having to start a game.
This mod eliminates the need to wait for the time it takes to start a game. Push F12 to pull it up.
Pictures
Simply type in the location of the file, click "Apply", and you can view it.
Yeah yeah yeah I know that I'm in game, but you can pull this up elsewhere.

This is also my first attempt at a fully functioning addon - criticism and tips to help my coding skills are greatly appreciated.



This is a really awesome first addon, well done!

Can you add zoom functions please?

please make a version of this designed explicitly for making item icons quickly

please? PLEASE.

Can you add zoom functions please?
Done. Will update tomorrow.
 
please make a version of this designed explicitly for making item icons quickly

please? PLEASE.
Do you mean like a button that would make the icon and let's say puts it in the screenshots folder?

a function that superimposes a scaleable, movable, rotatable 3d model over the itemIcon's blue circle

presumably with a way to change the lighting as well

Would be cool if you could play animations on it, such as using the m.dts model for testing, and you can hide/unhide nodes, etc.

Pretty nice though!

This is cool. But you could add so much more to it. Such as changing the zoom, changing the model color, playing animations, and more.

v0.07
-Added Zoom GUI and Function
-Zoom updates every 100ms
-Added dynamicObject to ObjViewCtrl to make it be able to play animations in the future
-Remade ObjView::CancelObj()

« Last Edit: April 20, 2014, 09:40:32 AM by Ninjaman 4 »

Okay this is really forgetin cool.

a function that superimposes a scaleable, movable, rotatable 3d model over the itemIcon's blue circle

presumably with a way to change the lighting as well
Almost done with this. I got it to save the image, but I can't figure out how to put it on the icon automatically.
Would be cool if you could play animations on it, such as using the m.dts model for testing, and you can hide/unhide nodes, etc.

Pretty nice though!

This is cool. But you could add so much more to it. Such as changing the zoom, changing the model color, playing animations, and more.

I've been trying to do animations, but apparently none of them exist. I will look more into this when I get home.

damn this is cool! thanks :)

v0.07
-Zoom updates every 100ms
No. You're doing it wrong. Just define ObjViewZoom.command and the command will be called every time that the slider is changed.