Skip to content
Discussion options

You must be logged in to vote

The real difference between the two groups is transparency. With a completely opaque sphere, here is what I would do:

\documentclass{standalone}
\usepackage[3d]{luadraw}
\usepackage[svgnames]{xcolor}
\usepackage{fourier-otf}
\begin{document}
\begin{luadraw}{name=tetrahedron}
local ld = luadraw
local pt3d, cpx = ld.pt3d, ld.cpx
local M, Mc, Ms = pt3d.M, pt3d.Mc, pt3d.Ms
local Origin, vecI, vecJ, vecK = pt3d.Origin, pt3d.vecI, pt3d.vecJ, pt3d.vecK
local poly = require 'luadraw_polyhedrons'
require 'luadraw_spherical'
local g = ld.graph3d:new{ window = {-4,4,-4,4}, viewdir = {60,80}, size={12,12} }
ld.Hiddenlines = true; ld.Hiddenlinestyle = "dashed"
local P = poly.tetrahedron(M(0,0,0), M(0,…

Replies: 4 comments 7 replies

Comment options

You must be logged in to vote
1 reply
@Explorer-cc
Comment options

Comment options

You must be logged in to vote
5 replies
@Explorer-cc
Comment options

@pfradin
Comment options

@Explorer-cc
Comment options

@Explorer-cc
Comment options

@cfr42
Comment options

Answer selected by Explorer-cc
Comment options

You must be logged in to vote
1 reply
@cfr42
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants