Anim8or Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Ian Ross has just released a book on Anim8or. It's perect for a beginner and a good reference for experienced users. It contains detailed chapters on every aspect, with many examples. Get your own copy here: "Anim8or Tutorial Book"

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Claude

Pages: 1 ... 4 5 [6] 7 8 ... 19
76
General Anim8or Forum / Re: liban8 issues
« on: December 13, 2015, 10:46:52 am »
As SubDrag said,I think the best way is to include the source code into your project.That's what I do.I use Visual C++ 2010 express.

77
ASL Scripts / Re: How to retrieve a texture's BlendMode ?
« on: October 28, 2015, 08:35:36 pm »
I didn't think about this long enough to see that
int mode was not required,but I was wondering
what int SetBlendMode() and int SetAlphaMode()
would return.

78
ASL Scripts / Re: How to retrieve a texture's BlendMode ?
« on: October 28, 2015, 07:50:52 pm »
Try:
int GetBlendMode(int kind, int mode);
If it's implemented, it should be similar to
int SetBlendMode(int kind, int mode);

79
General Anim8or Forum / Re: A Matter of Proportion?
« on: October 21, 2015, 09:18:03 pm »
selden

I was wondering why you were not going
twice through all the shapes.
The first time to extract all the materials.
The second  time to extract all the meshes.

Maybe I'm missing something.

Claude

80
General Anim8or Forum / Re: Is Lua supported by Anim8or?
« on: October 09, 2015, 12:59:20 pm »
Sorry. No.

Bye
Claude



81
General Anim8or Forum / Re: new build
« on: September 22, 2015, 05:48:31 pm »

83
Anim8or v0.98 Discussion Forum / Re: Bug: Debug window
« on: March 27, 2015, 02:38:07 pm »
You can disable the console in the File->Configure dialog.  But closing the console also closes the app - this is a feature of Windows not what I want to do.  I've tried intercepting it and to get Windows to ignore it but I haven't been successful.

Pretty sure this still applies.

84
Ongoing Anim8or Development / Re: GLSL Shaders
« on: February 23, 2015, 02:58:06 pm »
Reference: Reply #3 on August 28, 2014, 07:13:13 pm

In november 2014,Microsoft released Visual Studio Community 2013.
They say it  supports all the  functionality of Visual Studio Professional 2013
including plugin.Seems to be free like Express edition.
http://www.visualstudio.com/en-us/products/visual-studio-community-vs

Nvidia confirmed compatibility with Nsight.
https://devtalk.nvidia.com/default/topic/795591/nsight-visual-studio-edition/visual-studio-community-2013-is-supported-by-nsight/

Haven't tried it yet.Don't know when I will, but thought I should add this comment to  the original post.

Claude

85
Ongoing Anim8or Development / Re: Layers
« on: January 24, 2015, 10:20:11 pm »
From the first post:
"You can set the layer to between 0 and 7 in the properties dialogs. Each layer can independently be displayed or hidden, and editable or locked. The top toolbar displays the layers' status. You toggle the visibility by left-clicking on a layer, and toggle whether is can be edited or not with the right mouse button. Locked layers have a little lock in the lower right corner."

Example: in object mode,create a sphere.Double click on it to see properties dialog
and set layer to 3.

86
General Anim8or Forum / Re: Significance of OpenGL Version?
« on: January 17, 2015, 04:13:09 pm »
Not knowing the first thing about Virtualbox, I had a quick look
at virtualbox.org.
The manual mentions Guest Additions and among these
Hardware-accelerated graphics,but Windows 8 is not listed
and OpenGl version neither.You might want to read this:
https://www.virtualbox.org/manual/ch04.html
https://www.virtualbox.org/manual/ch04.html#guestadd-3d
On the forum,I found this:
https://forums.virtualbox.org/viewtopic.php?f=2&t=65549
According to users,it's not really  working yet.

Might want to use their forum to get more info if you want
to go further.

87
General Anim8or Forum / Re: Significance of OpenGL Version?
« on: January 17, 2015, 03:35:57 am »
ronaldefarmer

As far as functionality is concerned,you would loose the OpenGL
renderer and in the working viewport all the features related to the ARB and GLSL shaders:per pixel lighting calculation,bumpmap... + Anti-Aliased OpenGL in the workspace also.
You would have basic vertex lighting calculation.

Performance wise,you would loose this improvement,faster OpenGL Rendering since it probably uses vertex arrays not part of OpenGL 1.1
http://www.anim8or.com/smf/index.php/topic,4796.0.html

Hope I didn't forget anything.

Claude

88
General Anim8or Forum / Re: The anim8or file format link is broken
« on: January 14, 2015, 10:50:42 am »
Hi AlecJames

Try:
http://www.anim8or.com/learn/specs/an8_format.txt

No new version as far as I know.

Bye
Claude

89
I'm not very familiar with the win32 api,
but how about creating the window not full screen,then
using ShowWindow(hwnd, SW_MAXIMIZE);
Might have to use it twice.
Worth a try ?

90
General Anim8or Forum / Re: Spinning bones?
« on: December 22, 2014, 04:14:49 pm »
Sorry,none that I know.

Pages: 1 ... 4 5 [6] 7 8 ... 19