Activity

From 2012-04-09 to 2012-05-08

2012-05-08

18:11 Revision d184625b: fixed text decoration bug
Mike Wozniewski
17:56 Feature #790 (In Progress): Control for one-sided surfaces
Added single-sided textures for TextNode with commit:59a2feef Mike Wozniewski
17:37 Revision 59a2feef: enabled single sided option for TextNode
Mike Wozniewski
15:03 Feature #805: Support rectangle textures
Yes, use TextureRectangle instead of Texture2D.
As far as I know, it allows arbitrary size textures, whereas Textu...
Alexandre Quessy
04:01 Feature #802 (Closed): Support shaders on model nodes
Mike Wozniewski
04:01 Feature #802 (Resolved): Support shaders on model nodes
Done. Note that for ModelNodes, you can use two methods:
* The normal setStateSet(const char*) method derived from...
Mike Wozniewski
03:57 Feature #805: Support rectangle textures
Can you clarify the exact problem? SPIN fully supports non-power of two textures (NPOT). By default, when SPIN loads ... Mike Wozniewski
03:31 Revision c38d81dd: stateset refactoring: now statesets can be added onto any GroupNode.
Mike Wozniewski

2012-05-07

22:54 Revision 6beb2578: updated wrappers
Mike Wozniewski
18:56 Feature #805 (New): Support rectangle textures
Non-power of two rectangle textures are necessary when dealing with real-world video resolutions, such as 640x480 and... Alexandre Quessy
15:28 Revision 8472189f: added color override flag for PointClouds
Mike Wozniewski
14:25 Revision b325a9ff: added config option to disable Python (note: boost-python not properly detecte...
Mike Wozniewski

2012-05-06

13:01 Bug #804 (Closed): Shaders don't work on models
Duplicate of #802 Mike Wozniewski

2012-05-04

22:33 Revision 0de37c7f: removed macro in configure.ac that causes problems in lucid
Mike Wozniewski
22:31 Revision c99958bf: added Kinect grabber to PointCloud node, improved performance, added voxel fil...
Mike Wozniewski
18:31 Bug #804 (Closed): Shaders don't work on models
Right now we can apply a shader only on shape nodes. We need to be able to apply it on a model node too. David Duguay
18:29 Revision 392a5ac0: Merge branch 'release-0.3.16' into develop
Michal Seta
18:28 Revision 3b00050a: Merge branch 'release-0.3.16'
Michal Seta
18:14 Bug #803 (Closed): Float 0 instead of string for setShader OSC callback crashes spinserver
When send /spin/default/vid setShader 0, it crashes the spinserver. Alexandre Quessy
17:59 Feature #802 (Closed): Support shaders on model nodes
Alexandre Quessy
16:40 Revision e07d587b: release 0.3.16
Michal Seta
15:06 Bug #798 (Closed): FogNode - no documentation
There is no documentation or example for how to use the fog node. David Duguay
14:33 Bug #797 (Closed): TextNode - set font size?
Is there a way to set the font size of a text?
There is no information about it in SpinFramework.org documentation...
David Duguay
14:28 Bug #796 (New): TextNode - disappearing text
Depending on your position, some text nodes stop getting rendered when you move around and get too far. Most of them ... David Duguay
14:22 Bug #795 (Closed): TextNode - squares appearing around letters
When multiple text boxes are rendered on the same screen, the ones nearest to the screen have black boxes appearing a... David Duguay
12:38 Revision 3c79df44: Merge branch 'shader-file-not-found' into develop
Alexandre Quessy
12:16 Revision d9e177a0: check if shader file exists
Alexandre Quessy

2012-05-03

19:02 Bug #794 (Closed): Wrong message when .jxs shader file not found
It says "ERROR: failed to load /path/to/foo.jxs. Invalid XML format."
It should say: "ERROR: failed to load /path/...
Alexandre Quessy
15:45 Revision 30b04c0b: Merge branch 'develop' of codered.sat.qc.ca:spinframework into develop
Mike Wozniewski
15:44 Revision f4da55f1: fixed a numerical imprecision issue with setOrientation
Mike Wozniewski
13:57 Bug #793 (New): Reporter node not supposed to report bug
I got a scene with multiple hotspots, each set under switch nodes, and as many targets added to the reporter node.
...
David Duguay

2012-05-02

19:34 Revision d59fb175: post-release version bump
Michal Seta
19:31 Revision 291e8f20: Merge branch 'develop'
Michal Seta
19:30 Revision e177213f: Prepare new release
Michal Seta
19:29 Revision 91cbe83f: Enable depth sorting in SharedVideoTexture
Michal Seta
17:10 Feature #790 (Closed): Control for one-sided surfaces
Specifically important for TextNode, but also for ShapeNode, etc. Mike Wozniewski
15:34 Revision e62a00cc: fixed up PointCloud sizes, and allowed any spin node to be a point in the cloud
Mike Wozniewski

2012-05-01

22:31 2012-mikewoz-3DUI-paper.pdf
Mike Wozniewski
22:31 Document: 1st draft of SPIN 3DUI paper
To be submitted to VRST 2012 Mike Wozniewski

2012-04-30

21:57 Revision ffbb8a32: simple change of one of the GrabMode terms
Mike Wozniewski
16:28 Bug #785: RenderBin not handled correctly in GeometryNode
It looks like there are two ways to set the renderbin when using GeometryNode: you can send setRenderbin to the geome... Mike Wozniewski
16:08 Bug #785 (Closed): RenderBin not handled correctly in GeometryNode
renderBin settings on different nodes seem to affect only some parts of textures. Michal Seta

2012-04-28

11:44 Revision 94c8ac92: added conditional build of PointCloud node, and tweaked the build settings whe...
Mike Wozniewski

2012-04-27

15:25 Feature #784 (New): Provide better control of ShapeNode level of detail
Provide better controls for ShapeNode's TessellationHints. Specifically setDetailRatio and whether front faces or bac... Mike Wozniewski
11:34 Revision bb6b6c45: added some missing dragger wrappers
Mike Wozniewski

2012-04-26

17:09 Revision 59ef6ed6: Merge branch 'develop' of https://code.sat.qc.ca/redmine/spinframework into de...
Mike Wozniewski
17:07 Revision b9b61b29: Merge branch 'develop' of codered.sat.qc.ca:spinframework into develop
Mike Wozniewski
17:06 Revision 89a8cf11: Big update fixing all sorts of stuff with manipulators, draggers, collision de...
Mike Wozniewski
17:05 Feature #782 (New): Add OSC messages to control updateRates
One example of this is the hard-coded 20hz update rate of velocities in GroupNode's callbackUpdate function... but th... Mike Wozniewski
17:01 Revision 36605a6e: added BOOST_SYSTEM linking to Makefile.am so that this builds on Ubuntu Precise
Michal Seta
16:56 Feature #781 (New): spinviewer: add control of focal length, and document the --frustum option
Mike Wozniewski
16:53 Feature #780 (New): choose whether velocity update happen on client vs. server
Add choice to EACH GroupNode for updating velocities on client vs server. The problem now is too many setTranslation ... Mike Wozniewski
16:33 Revision e531f05f: added BOOST_SYSTEM to build system so that we compile on Precise
Mike Wozniewski

2012-04-25

15:24 Bug #778 (New): pkgconfig for OSG-3.0.1 doesn't exist for Lucid
This is for the package from ppa:flexiondotorg/flightgear
As a result, can't build spin!
Mike Wozniewski
15:01 Revision 753d6a54: pristine-tar data for spinframework_0.3.13.orig.tar.gz
Michal Seta
15:01 Revision a0ee0591: Imported Upstream version 0.3.13
Michal Seta
01:38 Revision ad698dff: Merge branch 'develop' of codered.sat.qc.ca:spinframework into develop
Mike Wozniewski

2012-04-24

15:53 Revision 632f6315: Compile even if bullet is not available
Michal Seta
13:39 Revision e0cede12: Added multisampling (antialiasing) control arguments to spinviewer
Mike Wozniewski
11:04 Revision 91fa820e: Changed GroupNode to use a MatrixTransform instead of a PAT. Also, many improv...
Mike Wozniewski

2012-04-23

00:20 Revision 22be95ab: Initial Bullet physics integration; works only for box shapes
Mike Wozniewski

2012-04-21

02:04 Revision aeb73a09: big refactoring and cleanup of shaders
Mike Wozniewski

2012-04-19

17:12 Feature #772 (New): Syphon support
Integrate Syphon (http://syphon.v002.info/) for OSX versions of SPIN. This is two-fold:
# Create a Syphon server so ...
Mike Wozniewski

2012-04-18

10:20 Revision 4fd9d887: quick shader example
Mike Wozniewski

2012-04-16

21:54 Revision 3257cdd7: big time improvement to spherical viewer, allowing for large resolutions and n...
Mike Wozniewski
19:59 Revision 6e3d1811: added screen number command line argument
Mike Wozniewski
19:33 Revision 3891ea04: added command line args to choose between different distortion options
Mike Wozniewski
17:41 Revision 6fea6478: added bounding text box with wrapping to TextNode. Word wrap works, but can't ...
Mike Wozniewski

2012-04-12

16:08 Revision 19e2d8d6: removed function requiring osg 3.1.1
Mike Wozniewski
15:56 Revision 3e8a1126: ShapeNode is now a ConstraintNode too! ... also some fixes to pointers and man...
Mike Wozniewski
10:09 Revision f1e17302: improvements to PointerNode: works better with manipulators
Mike Wozniewski

2012-04-11

16:45 Feature #769 (Closed): Log framerate outside of the spinviewer window
For debugging/logging purposes it would be nice if there was a possibility to request framerate (stdout or OSC reques... Michal Seta
13:15 Revision f5072db2: Merge branch 'develop' of codered.sat.qc.ca:spinframework into develop
Mike Wozniewski
13:12 Revision aca69ee7: switched dragger manipulator to update from client side only (not server-side)...
Mike Wozniewski
00:57 Revision 7f13dac1: in the middle of a big update to PointerNode and manipulators; kind of works w...
Mike Wozniewski

2012-04-10

16:32 Revision 7952a8a7: added initial domeviewer prototype
Mike Wozniewski
16:30 Revision 9784290e: moved a bunch of methods into ReferencedStateSet (to be adopted by derived cla...
Mike Wozniewski

2012-04-09

20:35 Revision 7b855e47: fixed pkgconfig file to link with proper library! was linking to old one with ...
Mike Wozniewski
« Previous
Next »
 

Also available in: Atom