Displaying 12 results from an estimated 12 matches for "pointset".
2011 May 23
3
RGL package installation problem on Centos
...FREETYPE -Iext/ftgl -I/usr/include/freetype2 -Iext
-I/usr/local/include -g -O2 -fpic -g -O2 -c Material.cpp -o Material.o
g++ -I/usr/local/lib64/R/include -DHAVE_PNG_H -I/usr/include/libpng12
-DHAVE_FREETYPE -Iext/ftgl -I/usr/include/freetype2 -Iext
-I/usr/local/include -g -O2 -fpic -g -O2 -c PointSet.cpp -o PointSet.o
g++ -I/usr/local/lib64/R/include -DHAVE_PNG_H -I/usr/include/libpng12
-DHAVE_FREETYPE -Iext/ftgl -I/usr/include/freetype2 -Iext
-I/usr/local/include -g -O2 -fpic -g -O2 -c PrimitiveSet.cpp -o
PrimitiveSet.o
g++ -I/usr/local/lib64/R/include -DHAVE_PNG_H -I/usr/include/libpng12
-...
2008 Feb 20
1
Compilation error on installing rgl package
...ks/R.framework/Resources/include
-I/Library/Frameworks/R.framework/Resources/include
-I/System/Library/Frameworks/OpenGL.framework/Headers
-DHAVE_PNG_H -I/usr/local/include/libpng12
-I/usr/X11/include -DDarwin -DNO_GL_PREFIX
-I/usr/X11R6/include -Iext -I/usr/local/include -g
-O2 -fPIC -g -O2 -c PointSet.cpp -o PointSet.o
g++ -arch x86_64
-I/Library/Frameworks/R.framework/Resources/include
-I/Library/Frameworks/R.framework/Resources/include
-I/System/Library/Frameworks/OpenGL.framework/Headers
-DHAVE_PNG_H -I/usr/local/include/libpng12
-I/usr/X11/include -DDarwin -DNO_GL_PREFIX
-I/usr/X11R6/includ...
2012 Jul 18
1
convert deldir$delsgs to a X3D IndexedTriangleSet
Anyone knows how to convert a deldir$delsgs to a X3D IndexedTriangleSet?
Are there already any functions/packages?
[[alternative HTML version deleted]]
2006 Jun 26
1
Patch for rgl with gcc 4.0 in R 2.3.0 on OS X
...rch i386 -I/Library/Frameworks/R.framework/Resources/include
-I/Library/Frameworks/R.framework/Resources/include/i386 -DRGL_USE_CARBON
-I/System/Library/Frameworks/AGL.framework/Headers -DHAVE_PNG_H
-I/opt/local/include/libpng12 -msse3 -fPIC -fno-common -g -O2
-march=pentium-m -mtune=prescott -c PointSet.cpp -o PointSet.o
g++-4.0 -arch i386 -I/Library/Frameworks/R.framework/Resources/include
-I/Library/Frameworks/R.framework/Resources/include/i386 -DRGL_USE_CARBON
-I/System/Library/Frameworks/AGL.framework/Headers -DHAVE_PNG_H
-I/opt/local/include/libpng12 -msse3 -fPIC -fno-common -g -O2
-march=...
2012 Jul 26
2
RGL
...-arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -DNDEBUG -I/System/Library/Frameworks/OpenGL.framework/Headers -DHAVE_PNG_H -DDarwin -DNO_GL_PREFIX -I/usr/X11R6/include -Iext -I/usr/local/include -g -O2 -fPIC -g -O2 -c PointSet.cpp -o PointSet.o
g++ -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -DNDEBUG -I/System/Library/Frameworks/OpenGL.framework/Headers -DHAVE_PNG_H -DDarwin -DNO_GL_PREFIX -I/usr/X11R6/include -Iext -I/usr/local/include -g...
2019 Jun 02
3
rgl install for R 3.7
I?ve installed R 3.7.0 on a new laptop running macos 10.14.5 and have managed to get most of my usual packages
to compile from source with a ~/.R/Makevars file that looks like this:
CC=/usr/local/clang8/bin/clang
CXX=/usr/local/clang8/bin/clang++
LDFLAGS=-L/usr/local/clang8/lib
CPPFLAGS=-I/usr/local/clang8/include -I/opt/X11/include/freetype2
FC=/usr/local/gfortran/bin/gfortran
2009 Aug 19
0
font size on graphics
...graf_1 <- "Means 1"
graf_2 <- "Means 2"
# settings for different graph's
setting <-
data.frame('adname'=c(paste(graf_1,'_small'),graf_1,paste(graf_1,'_big')),'width'=c(300,400,500),'height'
= c(300,400,500), 'pointsetting' = c(10,12,14),'Directory'=rep(WinDir,3),
'cex.lab'= c(0.85,0.9,1),'cexsize'= c(0.8,1,1.2), 'cex.axis'=
c(0.6,0.9,1))
# loop for different graph's
for(rol in 1:3){
save_at <-WinDir
setwd( save_at)
x11()
png(filename = paste(graf_1,setting[rol,1],...
2019 Jun 02
0
rgl install for R 3.7
...stall_names -undefined dynamic_lookup
-single_module -multiply_defined suppress -L/Users/ripley/R/R-devel/lib
-L/usr/local/clang8/lib -L/usr/local/lib -o rgl.so ABCLineSet.o
BBoxDeco.o Background.o ClipPlane.o Color.o Disposable.o Light.o
LineSet.o LineStripSet.o Material.o NULLgui.o PlaneSet.o PointSet.o
PrimitiveSet.o RenderContext.o Shape.o SphereMesh.o SphereSet.o
SpriteSet.o String.o Surface.o TextSet.o Texture.o Viewpoint.o api.o
assert.o callbacks.o device.o devicemanager.o fps.o ftgl.o geom.o
gl2ps.o glErrors.o glgui.o gui.o init.o par3d.o pixmap.o platform.o
pretty.o render.o rglmath...
2009 Aug 19
0
font size on graphics question (correction in example,sorry)
...graf_1 <- "Means 1"
graf_2 <- "Means 2"
# settings for different graph's
setting <-
data.frame('adname'=c(paste(graf_1,'_small'),graf_1,paste(graf_1,'_big')),'width'=c(300,400,500),'height'
= c(300,400,500), 'pointsetting' = c(10,12,14),'Directory'=rep(WinDir,3),
'cex.lab'= c(0.85,0.9,1),'cexsize'= c(0.8,1,1.2), 'cex.axis'=
c(0.6,0.9,1))
# loop for different graph's
for(rol in 1:3){
save_at <-WinDir
setwd( save_at)
x11()
png(filename = paste(graf_1,setting[rol,1],...
2011 Feb 14
0
package rgl installation failure due to png
...-I/usr/local/include -g -O2 -fpic -g -O2
-c Material.cpp -o Material.o
g++ -I/usr/people/rim/zhangx2s/software/R/lib64/R/include -DHAVE_PNG_H
-I/usr/include/libpng12 -I/usr/X11R6/include -DHAVE_FREETYPE -Iext/ftgl
-I/usr/include/freetype2 -Iext -I/usr/local/include -g -O2 -fpic -g -O2
-c PointSet.cpp -o PointSet.o
g++ -I/usr/people/rim/zhangx2s/software/R/lib64/R/include -DHAVE_PNG_H
-I/usr/include/libpng12 -I/usr/X11R6/include -DHAVE_FREETYPE -Iext/ftgl
-I/usr/include/freetype2 -Iext -I/usr/local/include -g -O2 -fpic -g -O2
-c PrimitiveSet.cpp -o PrimitiveSet.o
g++ -I/usr/people/rim/...
2006 Jul 12
2
Error install rgl package on linux
...#39; has virtual functions but
non-virtual destructor
g++ -shared -L/usr/local/lib -o rgl.so api.o Background.o BBoxDeco.o
Color.o device.o devicemanager.o Disposable.o FaceSet.o fps.o geom.o
gl2ps.o glgui.o gui.o Light.o LineSet.o LineStripSet.o Material.o
math.o osxgui.o osxlib.o par3d.o pixmap.o PointSet.o PrimitiveSet.o
QuadSet.o RenderContext.o render.o rglview.o scene.o select.o Shape.o
SphereMesh.o SphereSet.o SpriteSet.o String.o Surface.o TextSet.o
Texture.o TriangleSet.o types.o Viewpoint.o win32gui.o win32lib.o
x11gui.o x11lib.o -L -lX11 -lXext -lGL -lGLU -L/usr/lib -lpng12
-L/usr/lib/R/lib...
2010 Jun 05
1
rgl installation failure
...FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom
-fasynchronous-unwind-tables -fpic -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom
-fasynchronous-unwind-tables -c PointSet.cpp -o PointSet.o
g++ -m32 -I/usr/include/R -DHAVE_PNG_H -DHAVE_FREETYPE -Iext/ftgl
-I/usr/include/freetype2 -Iext -I/usr/local/include -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom
-fasynchronous-unwind-tables -fp...